-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It would be great when running any of the wait functions like waitForUrl()
if you could pass in a timeout as an argument which would then be passed to the options argument.
Currently the best way I can think of to extend the timeout is to update the page
object like this:
page.setDefaultTimeout( 60000 ); // set default timeout to 60 seconds
The only downside of the workaround is that it sets the default timeout for everything. There may be instances where you want to use the standard timeout for most behavior, but submitting a page may require a longer timeout than the default.
Metadata
Metadata
Assignees
Labels
No labels