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
Checks if Page is currently closed.