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 PageElementGroupEventually's state check functions
Returns true if the actual direct texts of all PageNodes managed by PageElementGroup eventually do not contain the expected direct texts within a specific timeout.
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.
Returns true if the actual texts of all PageNodes managed by PageElementGroup eventually do not contain the expected texts 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.
Returns true if all PageNodes managed by PageElementGroup eventually do not 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 PageNodes 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 PageNodes managed by PageElementGroup eventually do not 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 PageNodes, 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 PageNodes managed by PageElementGroup eventually do not 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 PageNodes, 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 direct texts of all PageNodes managed by PageElementGroup eventually do not equal the expected direct texts within a specific timeout.
the expected direct texts supposed not 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 PageNodes managed by PageElementGroup eventually do not equal the expected texts 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.
Returns true if all PageNodes managed by PageElementGroup eventually are not 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 PageNodes 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 PageNodes managed by PageElementGroup eventually are not 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 PageNodes 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 the actual direct texts of all PageNodes managed by PageElementGroup 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 PageNodes managed by PageElementGroup 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 all PageNodes managed by PageElementGroup 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 PageNodes 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 PageNodes managed by PageElementGroup 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 PageNodes, 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 PageNodes managed by PageElementGroup 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 PageNodes, 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 direct texts of all PageNodes managed by PageElementGroup 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 PageNodes managed by PageElementGroup 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 all PageNodes managed by PageElementGroup 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 PageNodes 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 PageNodes managed by PageElementGroup 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 PageNodes 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 PageElementGroup.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes
Content an arbitrary object structure of PageNode instances as values and the names used to identify these PageNodes as keys
GroupType type of the PageElementGroup for which PageElementGroupEventually defines all
eventually
functions