TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Not waiting for pages to load #256

Open wmcainsh opened 7 years ago

wmcainsh commented 7 years ago

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?