-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Replace chromedriver with webdrivers does not work #113
Comments
Though i have webdriver intalled why is it "making a network call to DEBUG Webdrivers Making network call to https://chromedriver.storage.googleapis.com/LATEST_RELEASE_74.0.3729" 2019-05-10 12:17:38 DEBUG Webdrivers Checking current version 2019-05-10 12:17:38 DEBUG Webdrivers Browser executable: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome |
Webdrivers makes the network call to ensure you are using the latest compatible version of the driver. You can avoid network calls entirely by hard coding the driver version you want:
This is indeed a bug, though, as it should use the driver on the system if it is compatible. It looks like I added code to the rescue which attempts to provide additional information, but results in a bad loop. Thanks for reporting it. |
I am using capybara with ruby.
When i replace the code it does not launch the chrome and i get the error
" unable to connect to chromedriver 127.0.0.1:9526 (Selenium::WebDriver::Error::WebDriverError)"
When i set debugger it shows as
"DEBUG Webdrivers Looking for Site: https://chromedriver.storage.googleapis.com"
The text was updated successfully, but these errors were encountered: