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.

Support a timeout argument on page load operations #687

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 687

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions