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
isOpenandisClosedto check if the page currently is open or closed.Pagealso features awaitAPI to wait for the page to be open or closed and aneventuallyAPI to check if the page eventually is open or closed.Contrary to
PageNode,Pagedoes not have an initial waiting condition. Therefore,Pagehas nocurrentlyAPI (unlikePageElement) because all functions defined directly onPage(and not on itswaitoreventuallyAPIs) 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.isOpenandeventually.isOpenIsClosedOpts type of the opts parameter passed to the functions
isClosed,wait.isClosedandeventually.isClosed