Closed
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
cgoldberg commentedon Mar 26, 2018
try a more recent version of Chromedriver. Version 2.35 only supports Chrome v62-64.
https://chromedriver.storage.googleapis.com/2.35/notes.txt
testphreak commentedon Mar 26, 2018
@cgoldberg even with
chromedriver
v2.36 or v2.37, the issue persists. It appears the issue has been fixed. Even tried their canary build from an hour back.I see the issue when signing into a Google and then navigating to another URL in the same window.
Subhacse17 commentedon Mar 27, 2018
@cgoldberg I am getting the same with new driver also and with firefox also.
Subhacse17 commentedon Mar 27, 2018
@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.
lmtierney commentedon Mar 31, 2018
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
barancev commentedon May 3, 2018
Closing the issue as there is no reproduction scenario.