Checks if Page is currently closed.
the opts parameter passed to Page's isClosed
function
Checks if Page is currently open.
the opts parameter passed to Page's isOpen
function
Checks if Page is eventually closed within a specific timeout.
the opts parameter passed to Page's eventually.isClosed
function which also includes
the timeout
within which the condition is expected to be met
If no timeout
is specified, Page's default timeout is used.
Checks if Page is eventually open within a specific timeout.
the opts parameter passed to Page's eventually.isOpen
function which also includes
the timeout
within which the condition is expected to be met
If no timeout
is specified, Page's default timeout is used.
Generated using TypeDoc
This interface describes custom expectation matchers for Page.
It can be used for both positive and negative (.not) comparisons.
IsOpenOpts type of the opts parameter passed to Page's
isOpen
functionIsClosedOpts type of the opts parameter passed to Page's
isClosed
function