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
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
The web pages in our webdriver tests access images that come from a different server.
Sometimes, it might be problematic to fetch images from that server and actions such
as webDriver().get() or webElement.click() hang for a long time before the test can
resume.
It would be great if actions that load a page could have an optional timeout argument.
If the page is not fully loaded after "timeout" seconds, webdriver would simply cancel
any pending operation and resume the test.
Reported by pierre.swimconnection on 2010-07-28 18:52:50