-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not supported in Chrome version 116.0.5845.111 #1511
Comments
pip install undetected-chromedriver -U |
that doesnt work, i have the same problem |
Uninstall undetected-chromedriver and install his beta release. pip install -e git+https://github.com/jdholtz/undetected-chromedriver.git@29551bd27954dacaf09864cf77935524db642c1b#egg=undetected_chromedriver |
it works for me |
This should be fixed in the latest version. Make sure you have undetected-chromedriver v3.5.3 downloaded |
If WebdriverManager is in use, navigate to the directory located at C:/Users/abcuser/cache/selenium/chromedriver.exe. Proceed to update the chromedriver.exe file here, and also replace it with the latest version compatible with your Chrome browser. If you are not utilizing WebdriverManager, ensure to exclusively update the chromedriver.exe file to a version that aligns with your Chrome browser. |
Latest version doesn't work for me either- and if I try to use version_main=116 I get a 404 error. |
@grantrosse can you show the output of |
@grantrosse try installing it in a virtual environment and see if you get the same issue. It seems to be that something is leftover from previous installations and the new changes aren’t being applied, as the 404 error was fixed in v3.5.3. Also, do you get an error if you don’t specify version_main? |
I was working on Python 3.8 and it was not working, but after upgrading to 3.10 and reinstalling all libraries it's start working. |
@jdholtz doing the fresh install in a virtual environment worked- I'm on python 3.9.6 edit: I think my issue was that seleniumwire also has undetected-chromedriver. I uninstalled that and then reinstalled undetected-chromedriver in my global python interpreter and I'm back in business. |
I update Chrome to version 117.0.5938.63(Official Build) and also update uc, it works now. pip install undetected-chromedriver -U |
The text was updated successfully, but these errors were encountered: