You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chromedriver is not complaint with the w3c spec on error handling. hence i'd have to parse the body of every response, get the status in the body, and crash the browser if it is one of the fatal statuses.
w3c would make this a lot easier because the bad failures are all 500 errors.
as long as you crash everything after each test suite it should be ok for now because the browser and agent just hang there. this is my current model when running in docker.
steps:
pkill -f "chrome.*type=renderer"
expected: next test runs successfully
actual: selenium fails with unable to connect error
notes:
The text was updated successfully, but these errors were encountered: