PageNodeEventually defines all eventually
functions of PageNode.
PageNode for which PageNodeEventually defines all eventually
functions
the PageNode for which PageNodeEventually defines all eventually
functions
returns the negated variants of ValuePageElementMapEventually's state check functions
Returns true if the actual values of all ValuePageElements managed by ValuePageElementMap eventually do not contain the expected values within a specific timeout.
the expected values supposed not to be contained in the actual values
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 ValuePageElement's default timeout is used.
If no interval
is specified, a ValuePageElement's default interval is used.
Returns true if all ValuePageElements managed by ValuePageElementMap eventually do not have any text within a specific timeout.
includes a filterMask
which can be used to skip the invocation of the hasAnyValue
function for
some or all managed ValuePageElements, the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, a ValuePageElement's default timeout is used.
If no interval
is specified, a ValuePageElement's default interval is used.
Returns true if the actual values of all ValuePageElements managed by ValuePageElementMap eventually do not equal the expected values within a specific timeout.
the expected values supposed not to equal the actual values
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 ValuePageElement's default timeout is used.
If no interval
is specified, a ValuePageElement's default interval is used.
Returns true if the actual direct texts of all PageElements managed by PageElementMap eventually contain the expected direct texts within a specific timeout.
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.
Returns true if the actual texts of all PageElements managed by PageElementMap eventually contain the expected texts 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.
Returns true if the actual values of all ValuePageElements managed by ValuePageElementMap eventually contain the expected values within a specific timeout.
the expected values supposed to be contained in the actual values
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 ValuePageElement's default timeout is used.
If no interval
is specified, a ValuePageElement's default interval is used.
Returns true if all PageElements managed by PageElementMap eventually exist 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.
Returns true if all PageElements managed by PageElementMap eventually have any direct text within a specific timeout.
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.
Returns true if all PageElements managed by PageElementMap eventually have any text 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.
Returns true if all ValuePageElements managed by ValuePageElementMap eventually have any text within a specific timeout.
includes a filterMask
which can be used to skip the invocation of the hasAnyValue
function for some
or all managed ValuePageElements, the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, a ValuePageElement's default timeout is used.
If no interval
is specified, a ValuePageElement's default interval is used.
Returns true if the actual direct texts of all PageElements managed by PageElementMap eventually equal the expected direct texts within a specific timeout.
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.
Returns true if the actual texts of all PageElements managed by PageElementMap eventually equal the expected texts 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.
Returns true if the actual values of all ValuePageElements managed by ValuePageElementMap eventually equal the expected values within a specific timeout.
the expected values supposed to equal the actual values
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 ValuePageElement's default timeout is used.
If no interval
is specified, a ValuePageElement's default interval is used.
Returns true if all PageElements managed by PageElementMap eventually are enabled 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.
Returns true if all PageElements managed by PageElementMap eventually are visible 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.
Generated using TypeDoc
This class defines all
eventually
functions of ValuePageElementMap.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes
K the key names of ValuePageElementMap's
$
accessor used to access the map's managed ValuePageElementsPageElementType type of the ValuePageElement managed by ValuePageElementMap
PageElementOpts type of the opts parameter passed to the constructor function of the ValuePageElements managed by ValuePageElementMap
MapType type of the ValuePageElementMap for which ValuePageElementMapEventually defines all
eventually
functionsValueType type of the values of ValuePageElements managed by ValuePageElementMap