-
Notifications
You must be signed in to change notification settings - Fork 168
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
No screenshot on "Timed out waiting for Selenium session reset" error #258
Comments
Please can you write a test to reproduce this issue, or better yet, create a PR. |
We recently encount same error but can't reproduce manually... @lnsight Can you share your patch? |
Patch for capybara 3.15.0:
|
I'm not reproduced an issue yet because this error appears randomly. In our system it's occurs on ajax response after browser session cleanup (authorization popup prevents redirect to blank page). |
@lnsight Thanks! |
I had to patch Capybara::Selenium::Driver#wait_for_empty_page for that.
The text was updated successfully, but these errors were encountered: