-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Getting random error from WebDriver - Connection reset by peer #4733
Comments
Duplicate of #4693? |
Yeah, totally could be duplicated. |
Also seeing this: Node: 8.11.0 |
are you guys sure is this related to Protractor, I am seeing it in WebdriverIO too? |
Yup, same here, very intermittent though. Using async/await, but couldn't get .each() or .map() to work at all really, having some luck with .get(#).... like so (still get the same error, but less):
Because couldn't just do (like I would like to), because of the above error all the time:
Node: 8.11.1 |
I'm also getting the error, but at least workaround with lower selenium server version works for me... |
Bug report
I'm getting the next WebDriver error randomly in different parts of the tests:
Doesn't matter the action against the browser.
The text was updated successfully, but these errors were encountered: