PageNodeWait defines all wait functions of PageNode.
PageNode for which PageNodeWait defines all wait functions
the PageNode for which PageNodeWait defines all wait functions
returns the negated variants of PageElementMapWait's state check functions
Waits for the actual direct texts of all PageElements managed by PageElementMap not to contain the expected direct texts.
Throws an error if the condition is not met within a specific timeout.
A direct text is a text that resides on the level directly below the selected HTML element. It does not include any text of the HTML element's nested children HTML elements.
the expected direct texts supposed not to be contained in the actual direct texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for the actual texts of all PageElements managed by PageElementMap not to contain the expected texts.
Throws an error if the condition is not met within a specific timeout.
the expected texts supposed not to be contained in the actual texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap not to exist.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the exists function for
some or all managed PageElements and the timeout within which the condition is expected to be met
If no timeout is specified, a PageElement's default timeout is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap not to have any direct text.
Throws an error if the condition is not met within a specific timeout.
A direct text is a text that resides on the level directly below the selected HTML element. It does not include any text of the HTML element's nested children HTML elements.
includes a filterMask which can be used to skip the invocation of the hasAnyDirectText function
for some or all managed PageElements, the timeout within which the condition is expected to be met and the
interval used to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap not to have any text.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the hasAnyText function for
some or all managed PageElements, the timeout within which the condition is expected to be met and the
interval used to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for the actual direct texts of all PageElements managed by PageElementMap not to equal the expected direct texts.
Throws an error if the condition is not met within a specific timeout.
A direct text is a text that resides on the level directly below the selected HTML element. It does not include any text of the HTML element's nested children HTML elements.
the expected direct texts not supposed to equal the actual direct texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for the actual texts of all PageElements managed by PageElementMap not to equal the expected texts.
Throws an error if the condition is not met within a specific timeout.
the expected texts supposed not to equal the actual texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap not to be enabled.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the isEnabled function for
some or all managed PageElements and the timeout within which the condition is expected to be met
If no timeout is specified, a PageElement's default timeout is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap not to be visible.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the isVisible function for
some or all managed PageElements and the timeout within which the condition is expected to be met
If no timeout is specified, a PageElement's default timeout is used.
this (an instance of PageElementMap)
Waits for the actual direct texts of all PageElements managed by PageElementMap to contain the expected direct texts.
Throws an error if the condition is not met within a specific timeout.
A direct text is a text that resides on the level directly below the selected HTML element. It does not include any text of the HTML element's nested children HTML elements.
the expected direct texts supposed to be contained in the actual direct texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for the actual texts of all PageElements managed by PageElementMap to contain the expected texts.
Throws an error if the condition is not met within a specific timeout.
the expected texts supposed to be contained in the actual texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap to exist.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the exists function for some
or all managed PageElements and the timeout within which the condition is expected to be met
If no timeout is specified, a PageElement's default timeout is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap to have any direct text.
Throws an error if the condition is not met within a specific timeout.
A direct text is a text that resides on the level directly below the selected HTML element. It does not include any text of the HTML element's nested children HTML elements.
includes a filterMask which can be used to skip the invocation of the hasAnyDirectText function for
some or all managed PageElements, the timeout within which the condition is expected to be met and the interval
used to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap to have any text.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the hasAnyText function for some
or all managed PageElements, the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for the actual direct texts of all PageElements managed by PageElementMap to equal the expected direct texts.
Throws an error if the condition is not met within a specific timeout.
A direct text is a text that resides on the level directly below the selected HTML element. It does not include any text of the HTML element's nested children HTML elements.
the expected direct texts supposed to equal the actual direct texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for the actual texts of all PageElements managed by PageElementMap to equal the expected texts.
Throws an error if the condition is not met within a specific timeout.
the expected texts supposed to equal the actual texts
includes the timeout within which the condition is expected to be met and the interval used
to check it
If no timeout is specified, a PageElement's default timeout is used.
If no interval is specified, a PageElement's default interval is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap to be enabled.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the isEnabled function for some
or all managed PageElements and the timeout within which the condition is expected to be met
If no timeout is specified, a PageElement's default timeout is used.
this (an instance of PageElementMap)
Waits for all PageElements managed by PageElementMap to be visible.
Throws an error if the condition is not met within a specific timeout.
includes a filterMask which can be used to skip the invocation of the isVisible function for some
or all managed PageElements and the timeout within which the condition is expected to be met
If no timeout is specified, a PageElement's default timeout is used.
this (an instance of PageElementMap)
Generated using TypeDoc
This class defines all
waitfunctions of PageElementMap.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes
K the key names of PageElementMap's
$accessor used to access the map's managed PageElementsPageElementType type of the PageElements managed by PageElementMap
PageElementOpts type of the opts parameter passed to the constructor function of the PageElements managed by PageElementMap
MapType type of the PageElementMap for which PageElementMapWait defines all
waitfunctions