Retrieves the last timeout used by Page's wait
and eventually
functions.
Intended for framework-internal usage only.
All functions defined inside eventually, when invoked, will wait for a condition to be met and return false if the the condition is never met within a specified timeout.
All functions defined inside wait, when invoked, will wait for a condition to be met and throw an error if the condition is never met within a specified timeout.
Sets the last timeout used by Page's wait
and eventually
functions.
Intended for framework-internal usage only.
Returns the default interval in milliseconds used by Page for its wait
and eventually
functions.
Returns an instance of PageNodeStore which can be used to retrieve/create PageNodes via Page.
Returns the default timeout in milliseconds used by Page for its wait
and eventually
functions.
Checks if the Page is currently closed.
options needed to determine if the Page is currently closed
Checks if the Page is currently open.
options needed to determine if the Page is currently open
Generated using TypeDoc
This interface describes common functionalities of all Pages.