We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I've just updated my asp.net MVC project to the latest version of Seleno (0.9.61) and also updated Firefox (52) and geckodriver (0.15.0).
Now my test are failing as it appears that there is no wait for the page to load after a Navigate.To.
If I add a Thread.Sleep I can get it to work but don't want to do that for all my tests.
Is there something changed that I've missed that is causing this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've just updated my asp.net MVC project to the latest version of Seleno (0.9.61) and also updated Firefox (52) and geckodriver (0.15.0).
Now my test are failing as it appears that there is no wait for the page to load after a Navigate.To.
If I add a Thread.Sleep I can get it to work but don't want to do that for all my tests.
Is there something changed that I've missed that is causing this?
The text was updated successfully, but these errors were encountered: