-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Instance ChroneDriver Error: ConnectFailure #5678
Comments
try a more recent version of Chromedriver. Version 2.35 only supports Chrome v62-64. |
@cgoldberg even with I see the issue when signing into a Google and then navigating to another URL in the same window. |
@cgoldberg I am getting the same with new driver also and with firefox also. |
@testphreak I am not trying to signing into any google product still getting. Can you suggest me any Soln? On windows I am not getting this error.Only with Linux I have this, and more interesting things this error did not cause any block to the code. All tests are running as expectation. This error coming n numbers of time and just increasing my log file length of Jenkins. |
I do not have this issue on Linux, check your environment and provide concise reproducible test case so that we can act on this issue. See CONTRIBUTING.md |
Closing the issue as there is no reproduction scenario. |
Meta -
OS:
Ubuntu 16.04.4
Linux 4.10.0
Selenium Version:
3.9.0
Browser:
Chrome
Browser Version:
65.0.3325.181
ChromeDriver version 2.35
Steps to reproduce -
After instanciating a chrome Driver as in the screenshot1 we get a list of error written "Error: ConnectFailure (Connection refused)" Screenshot2
Screenshot1
Screenshot2
PS : for the first instance of chromedriver we don't get this error in console but for all the rest of instanciation we ll get it.
Help as soon as possible.
The text was updated successfully, but these errors were encountered: