-
Notifications
You must be signed in to change notification settings - Fork 81
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
Chrome 121.0.6167.85 not working #286
Comments
I found that the |
This comment has been minimized.
This comment has been minimized.
@dmurdoch : can you explain how to make a chromedriver executable? |
@mapdek: Start Make sure you have a file named Run That's it! |
Thank you @dmurdoch for your quick reply! This is the location and chromedriver file I have stored on my desktop: as you mentioned, the chromedriver.exe is outside the .zip file. This was the case in previous Chromedriver versions and was working until recently. The only (noticeable) change I had in my situation is a slower internet connection (as mentioned in this issue #274 ), but I am not sure this is related to Chrome not opening up. |
My instructions were for a Mac (or other Unix-like system). You're on Windows, so they won't work there. |
Apologies for this @dmurdoch, I hadn't seen that. Thanks! |
I have just updated Chrome, and RSelenium has stopped working. Running
rsDriver
fails as shown below.Operating System: MacOS 12.7.3
Selenium Server version (selenium-server-standalone-3.0.1.jar etc.) Not sure how to determine this.
Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.) Chrome 121.0.6167.85
Other driver version (chromedriver 2.27, geckodriver v0.11.1, iedriver x64_3.0.0, PhantomJS 2.1.1 etc.) chromedriver 121.0.6167.85
Expected behaviour
Things were working fine before my Chrome upgrade.
Actual behaviour
Calling
rsDriver
fails. as shown below. To reproduce, install Chrome 121.0.6167.85 and run the line below.I don't know where to look for the "server log". I get similar results whether or not I delete the downloaded "LICENSE.chromedriver" file.
The text was updated successfully, but these errors were encountered: