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.)
ModuleNotFoundError: No module named 'seleniumbase.undetected.cdp_driver'
There's a missing line in
packages
inpyproject.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.)