PageEventually defines all eventually
functions of Page.
the Page for which PageEventually defines all eventually
functions
the Page for which PageEventually defines all eventually
functions
A function which provides common functionality to check if certain conditionFunc eventually returns true within a specific timeout.
the condition which is expected to return true within a specific timeout
includes the timeout
within which the condition is expected to return true and
the interval
used to check for this condition.
If no timeout
is specified, the Page's default timeout is used instead.
If no interval
is specified, the Page's default interval is used instead.
Checks if Page eventually becomes closed within a specific timeout.
includes the options defined in IsClosedOpts
, the timeout
within which the Page must become closed
and the interval
used to check for this condition.
If no timeout
is specified, the Page's default timeout is used instead.
If no interval
is specified, the Page's default interval is used instead.
Checks if Page eventually becomes open within a specific timeout.
includes the options defined in IsOpenOpts
, the timeout
within which the Page must become open and
the interval
used to check for this condition.
If no timeout
is specified, the Page's default timeout is used instead.
If no interval
is specified, the Page's default interval is used instead.
Generated using TypeDoc
This class defines all
eventually
functions of a Page.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes via Page
PageType type of the Page for which PageEventually defines all
eventually
functionsIsOpenOpts type of the opts parameter passed to the function
isOpen
IsClosedOpts type of the opts parameter passed to the functions
isClosed