returns the negated variants of ICheckCurrently's state check functions
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently have an actual direct text which contains 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.
the expected direct text which is supposed to be contained in the actual direct text
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently have an actual text which contains the expected text.
the expected text which is supposed to be contained in the actual text
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently exist.
Returns the current 'exists' status of a PageElement or of the PageElements managed by a PageElementList, PageElementMap or PageElementGroup.
can be used to skip the invocation of the state retrieval function for some or all managed PageElements and not include the skipped results in the total result
Returns the current 'enabled' status of a PageElement or of the PageElements managed by a PageElementList, PageElementMap or PageElementGroup.
can be used to skip the invocation of the state retrieval function for some or all managed PageElements and not include the skipped results in the total result
Returns the current 'visible' status of a PageElement or of the PageElements managed by a PageElementList, PageElementMap or PageElementGroup.
can be used to skip the invocation of the state retrieval function for some or all managed PageElements and not include the skipped results in the total result
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or 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.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently have any text.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently have an actual direct text which equals 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.
the expected direct text which is supposed to equal the actual direct text
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently have an actual text which equals the expected text.
the expected text which is supposed to equal the actual text
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently is enabled.
Checks if a PageElement or all PageElements managed by a PageElementList, PageElementMap or PageElementGroup currently is visible.
Generated using TypeDoc
Used by IElementNode to describe
currently
state check and state retrieval functions supported by PageElement, PageElementList, PageElementMap and PageElementGroup.