returns the negated variants of ICheckEventually's state check functions
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually have an actual direct text which contains the expected direct text 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 the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually have an actual text which contains the expected text within a specific timeout.
the expected text which is supposed to be contained in the actual text
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually exist within a specific timeout.
includes filterMask
which can be used to skip the invocation of the state check function for
some or all managed PageElements and the timeout
within which the condition is expected to be met
If no timeout
is specified, PageNode's default timeout is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually have any direct text 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 filterMask
which can be used to skip the invocation of the state check 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, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually have any text within a specific timeout.
includes filterMask
which can be used to skip the invocation of the state check 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, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually have an actual direct text which equals the expected direct text 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 the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually have an actual text which equals the expected text within a specific timeout.
the expected text which is supposed to equal the actual text
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually becomes enabled within a specific timeout.
includes filterMask
which can be used to skip the invocation of the state check function for
some or all managed PageElements and the timeout
within which the condition is expected to be met
If no timeout
is specified, PageNode's default timeout is used.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup eventually becomes visible within a specific timeout.
includes filterMask
which can be used to skip the invocation of the state check function for
some or all managed PageElements and the timeout
within which the condition is expected to be met
If no timeout
is specified, PageNode's default timeout is used.
Generated using TypeDoc
Used by IElementNode to describe
eventually
state check functions supported by PageElement, PageElementList, PageElementMap and PageElementGroup.