Selenium wait for the page to load completely
Even if I followed documentation sample, I'm still getting:
Below my code:
What am I doing wrong?
1 Reply
For some reason looks like that the implicit way:
Works perfectly, also if I don't have idea about how
I randomly decited to use this method, for go on, thinking that
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
just add a 10 seconds pause before execute next commands, but looks like that this one "wait max 10 seconds" but if he can't perform operations before, it do it
So I suppose that it automatically handle the situation