Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

3 hour timeout before getting UnreachableBrowserException #3951

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 3951

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.

Reported by arthur.blake on 2012-05-23 14:07:17

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions