the default interval in milliseconds used by Page for its wait
and eventually
functions.
Stores the last timeout used by Page's wait
and eventually
functions.
Intended for framework-internal usage only.
an instance of PageNodeStore which can be used to retrieve/create PageNodes via Page
the default timeout in milliseconds used by Page for its wait
and eventually
functions.
Generated using TypeDoc
This class serves as the base class for all Pages.
It provides the functions
isOpen
andisClosed
to check if the page currently is open or closed.Page
also features await
API to wait for the page to be open or closed and aneventually
API to check if the page eventually is open or closed.Contrary to
PageNode
,Page
does not have an initial waiting condition. Therefore,Page
has nocurrently
API (unlikePageElement
) because all functions defined directly onPage
(and not on itswait
oreventually
APIs) always describe the current state of the page.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes via Page
IsOpenOpts type of the opts parameter passed to the functions
isOpen
,wait.isOpen
andeventually.isOpen
IsClosedOpts type of the opts parameter passed to the functions
isClosed
,wait.isClosed
andeventually.isClosed