-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
WebDriverError - Connection reset by peer #5611
Comments
Have same problem with macOS 10.13.2 (17C205) and Version 64.0.3282.186 (Official Build) (64-bit) |
The same problem: macOS 10.13.3 (17D102) |
Following Selenium web server version: 3.8.1 package.json:
Error (this error is random, it doesn't always show up):
Related to perhaps: webdriverio/webdriverio#2262 |
Seeing the same error, posted about it here: Thanks for any help! |
I have exactly the same problem on Mac 10.12.6 Sierra But I've found a workaround at least as it seems... Would be great if this problem could be fixed for 3.x version too... |
Work around for testing on Chrome:Don't use selenium-standalone, but use http://webdriver.io/guide/services/chromedriver.html instead. It worked for me on Mac.
|
Looks like this issue is mixing bits from different parts and projects, and it went stale. It is not clear what the issue is, and after over two years it either got solved or is not relevant anymore. We are doing an issue clean up, so I will close this issue. |
OS:
MacOS 10.12.6 Sierra
Selenium Version:
3.11
Browser:
Chrome
Browser Version:
65.0.3325.162
Actual Behavior -
I'm getting a randomly WebDriverError with the next stack trace
I'm getting this error randomy in different actions. It never happend in the same point twice
The text was updated successfully, but these errors were encountered: