returns the negated variants of ICheckWaitValue's state check functions
Waits for a ValuePageElement or for all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup to have an actual value which contains the expected value.
Throws an error if the condition is not met within the specific timeout.
the expected value which is supposed to be contained in the actual value
includes the timeout
within which the condition is expected to be met, the interval
used to
check it and a reverse
flag that, if set to true, checks for the condition NOT to be met instead
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Waits for a ValuePageElement or for all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup to have any value.
Throws an error if the condition is not met within the specific timeout.
includes the timeout
within which the condition is expected to be met, the interval
used to
check it and a reverse
flag that, if set to true, checks for the condition NOT to be met instead
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Waits for a ValuePageElement or for all ValuePageElements managed by a ValuePageElementList, ValuePageElementMap or ValuePageElementGroup to have an actual value which equals the expected value.
Throws an error if the condition is not met within the specific timeout.
the expected value which is supposed to equal the actual value
includes the timeout
within which the condition is expected to be met, the interval
used to
check it and a reverse
flag that, if set to true, checks for the condition NOT to be met instead
If no timeout
is specified, PageNode's default timeout is used.
If no interval
is specified, PageNode's default interval is used.
Generated using TypeDoc
Used by IValueElementNode to describe
wait
state check functions supported by ValuePageElement, ValuePageElementList, ValuePageElementMap and ValuePageElementGroup.