-
Notifications
You must be signed in to change notification settings - Fork 86
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
cannot find Chrome binary #68
Comments
Step 1: Open cmd and fire pip command Step 2: check your chrome version Step 3: Download chrome driver as per the chrome version from below link Step 4: extract the driver file and save it to, Step 5: In drivers forlder, make copy of chrome_windows (Simply copy the file & paste it in same folder) Step 6: Rename the extracted file "chromedriver.exe" to "chrome_windows.exe" |
I did all that, it did not work
|
which browser you are using? |
yes, its a chrome driver issue, |
i did. getting the same error. |
where did you replace the driver, share the path here. |
C:\Users\me\AppData\Local\Programs\Python\Python39\Lib\site-packages\webbot\drivers |
the image you have uploaded above, Dont get me wrong, |
so i am going to downgrade python? |
no need to downgrade, |
Works for me, thanks! |
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
running on windows 10
Note - selenium working fine
The text was updated successfully, but these errors were encountered: