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.
I have an automated browser task written in java that runs around the clock, using selenium
webdriver.
Occasionally, the browser crashes or exits unexpectedly. I haven't figured out why
that is happening. I upgraded to the latest version of selenium (was running 2.14.0),
and now it's even worse because when the browser crashes, while the program is waiting
for some kind of page element (via driver.findElement method), the implicit timeout
is no longer respected, and instead, there is a 3 hour (!!) timeout before the program
gets an org.openqa.selenium.remote.UnreachableBrowserException. Is there any way I
can adjust that timeout? Ideally, if the browser crashes, I should get that UnreachableBrowserException
immediately.
Selenium version: 2.21.0
OS: Windows 2008 R2 Server
Browser: IE
Browser version: 9
JVM: 1.6.0_32, 64 bit
Thank you.