PageWait defines all wait
functions of Page.
the Page for which PageWait defines all wait
functions
the Page for which PageWait defines all wait
functions
A function which provides common functionality to wait for a certain conditionFunc to return true within a specific timeout.
the condition which is expected to return true within a specific timeout
a message used to describe the checked condition in error messages
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.
Waits for Page to become closed and throws an error of the Page does not become 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.
Page
Waits for Page to become open and throws an error of the Page does not become 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.
Page
Generated using TypeDoc
This class defines all
wait
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 PageWait defines all
wait
functionsIsOpenOpts type of the opts parameter passed to the function
isOpen
IsClosedOpts type of the opts parameter passed to the function
isClosed