Checks if all of the PageNodes defined within the content of PageElementGroup are currently enabled.
Can be used to skip the check for some or all PageNodes defined within the content of PageElementGroup.
Checks if all of the PageNodes defined within the content of PageElementGroup are currently visible.
Can be used to skip the check for some or all PageNodes defined within the content of PageElementGroup.
Checks if all of the PageNodes managed by PageElementGroup currently contain the expected direct text.
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.
An object with the names of the corresponding PageNodes as keys and the expected contained direct texts as values.
Checks if all of the PageNodes managed by PageElementGroup currently contain the expected text.
An object with the names of the corresponding PageNodes as keys and the expected contained texts as values.
Checks if all of the PageNodes managed by ValuePageElementGroup currently contain the expected value.
An object with the names of the corresponding PageNodes as keys and the expected contained values as values.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually become enabled within a specific timeout.
Includes a filterMask
that can be used to skip the check for some or all managed PageElements and the
timeout
within which the condition is expected to be met.
If no timeout
is specified, PageElementGroup's default timeout is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually become visible within a specific timeout.
Includes a filterMask
that can be used to skip the check for some or all managed PageElements and the
timeout
within which the condition is expected to be met.
If no timeout
is specified, PageElementGroup's default timeout is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually contain 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.
An object with the names of the corresponding PageNodes as keys and the expected contained direct texts as 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, PageElementGroup's default timeout is used.
If no interval
is specified, PageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually contain the expected text within a specific timeout.
An object with the names of the corresponding PageNodes as keys and the expected contained texts as 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, PageElementGroup's default timeout is used.
If no interval
is specified, PageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of ValuePageElementGroup eventually contain the expected value within a specific timeout.
An object with the names of the corresponding PageNodes as keys and the expected contained values as 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, ValuePageElementGroup's default timeout is used.
If no interval
is specified, ValuePageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually exist within a specific timeout.
Includes a filterMask
that can be used to skip the check for some or all managed PageElements and the
timeout
within which the condition is expected to be met.
If no timeout
is specified, PageElementGroup's default timeout is used.
Checks if all of the PageNodes defined within the content of 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 a filterMask
that can be used to skip the check 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, PageElementGroup's default timeout is used.
If no interval
is specified, PageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually have any text within a specific timeout.
Includes a filterMask
that can be used to skip the check 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, PageElementGroup's default timeout is used.
If no interval
is specified, PageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of ValuePageElementGroup eventually have any value within a specific timeout.
Includes a filterMask
that can be used to skip the check 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, ValuePageElementGroup's default timeout is used.
If no interval
is specified, ValuePageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually have 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.
An object with the names of the corresponding PageNodes as keys and the expected direct texts as 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, PageElementGroup's default timeout is used.
If no interval
is specified, PageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of PageElementGroup eventually have the expected text within a specific timeout.
An object with the names of the corresponding PageNodes as keys and the expected texts as 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, PageElementGroup's default timeout is used.
If no interval
is specified, PageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of ValuePageElementGroup eventually have the expected value within a specific timeout.
An object with the names of the corresponding PageNodes as keys and the expected values as 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, ValuePageElementGroup's default timeout is used.
If no interval
is specified, ValuePageElementGroup's default interval is used.
Checks if all of the PageNodes defined within the content of PageElementGroup currently exist.
Can be used to skip the check for some or all PageNodes defined within the content of PageElementGroup.
Checks if all of the PageNodes managed by PageElementGroup currently have any direct text.
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.
Can be used to skip the check for some or all PageNodes defined within the content of PageElementGroup.
Checks if all of the PageNodes managed by PageElementGroup currently have any text.
Can be used to skip the check for some or all PageNodes defined within the content of PageElementGroup.
Checks if all of the PageNodes managed by ValuePageElementGroup currently have any value.
Can be used to skip the check for some or all PageNodes defined within the content of ValuePageElementGroup.
Checks if all of the PageNodes managed by PageElementGroup currently have the expected direct text.
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.
An object with the names of the corresponding PageNodes as keys and the expected direct texts as values.
Checks if all of the PageNodes managed by PageElementGroup currently have the expected text.
An object with the names of the corresponding PageNodes as keys and the expected texts as values.
Checks if all of the PageNodes managed by ValuePageElementGroup currently have the expected value.
An object with the names of the corresponding PageNodes as keys and the expected values as values.
Generated using TypeDoc
This interface describes positive and negative (.not) expectation matchers for ValuePageElementGroups.
It is implemented by the return value of the
expectGroup
function if expectGroup was passed an instance of ValuePageElementGroup.Content the type of the content managed by the group