seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.43k stars 982 forks source link

ModuleNotFoundError: No module named 'seleniumbase.undetected.cdp_driver' #3219

Closed mdmintz closed 4 weeks ago

mdmintz commented 4 weeks ago

ModuleNotFoundError: No module named 'seleniumbase.undetected.cdp_driver'

There's a missing line in packages in pyproject.toml. I will have that fixed shortly...

Was working for me because I was working from a cloned SeleniumBase repo, which has all the folders. But it wouldn't be shipped to PyPI if it's not listed under packages.

(This is for the new CDP Mode, which is an upgrade to UC Mode.)

mdmintz commented 4 weeks ago

This was resolved in 4.32.2 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.32.2