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 ValuePageElementEventually's state check functions
Returns true if PageElement's actual value eventually does not contain the expected value within a specific timeout.
the expected value which is supposed not to be contained in PageElement's actual value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually does not have any value within a specific timeout.
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual value eventually does not equal the expected value within a specific timeout.
the expected value which is supposed not to equal PageElement's actual value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of the specified HTML attribute of PageElement eventually contains an expected value within a specific timeout.
the specified HTML attribute of PageElement, consisting of the attribute's name and the value it is expected to contain
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of PageElement's 'class' HTML attribute eventually contains an expected value within a specific timeout.
the expected value which is supposed to be contained in the actual value of PageElement's HTML 'class' attribute
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual direct text eventually contains 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.
the expected direct text which is supposed to be contained in PageElement's actual direct text
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual HTML eventually contains the expected HTML within a specific timeout.
the expected HTML which is supposed to be contained in PageElement's actual HTML
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of PageElement's 'id' HTML attribute eventually contains an expected value within a specific timeout.
the expected value which is supposed to be contained in the actual value of PageElement's HTML 'id' attribute
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of PageElement's 'name' HTML attribute eventually contains an expected value within a specific timeout.
the expected value which is supposed to be contained in the actual value of PageElement's 'name' HTML attribute
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual text eventually contains the expected text within a specific timeout.
the expected text which is supposed to be contained in PageElement's actual text
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual value eventually contains the expected value within a specific timeout.
the expected value which is supposed to be contained in PageElement's actual value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually exists within a specific timeout.
includes the timeout
within which the condition is expected to be met
If no timeout
is specified, PageElement's default timeout is used.
Returns true if the specified HTML attribute of PageElement eventually has any value within a specific timeout.
the name of a PageElement's HTML attribute which is supposed to have any value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's 'class' HTML attribute eventually has any value within a specific timeout.
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually has 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 the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually has any HTML within a specific timeout.
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's 'id' HTML attribute eventually has any value within a specific timeout.
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's 'name' HTML attribute eventually has any value within a specific timeout.
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually has any text within a specific timeout.
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually has any value within a specific timeout.
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of the specified HTML attribute of PageElement eventually equals an expected value within a specific timeout.
the specified HTML attribute of PageElement, consisting of the attribute's name and the value it is expected to have
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of PageElement's 'class' HTML attribute eventually equals an expected value within a specific timeout.
the expected value which is supposed to equal the actual value of PageElement's HTML 'class' attribute
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual direct text eventually equals 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.
the expected direct text which is supposed to equal PageElement's actual direct text
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual HTML eventually equals the expected HTML within a specific timeout.
the expected HTML which is supposed to equal PageElement's actual HTML
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's height eventually equals the expected height or if it deviates no more than the specified tolerance from the expected height within a specific timeout.
the expected height of PageElement in pixels
includes the tolerance
used to calculate the maximal allowed deviation from the expected height,
the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of PageElement's 'id' HTML attribute eventually equals an expected value within a specific timeout.
the expected value which is supposed to equal the actual value of PageElement's 'id' HTML attribute
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's location eventually equals the expected coordinates or if it deviates no more than the specified tolerances from the expected coordinates within a specific timeout.
the expected coordinates of PageElement in pixels
includes the tolerances
used to calculate the maximal allowed deviations from the expected
coordinates, the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if the actual value of PageElement's 'name' HTML attribute eventually equals an expected value within a specific timeout.
the expected value which is supposed to equal the actual value of PageElement's 'name' HTML attribute
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's size eventually equals the expected size or if it deviates no more than the specified tolerances from the expected size within a specific timeout.
the expected size of PageElement in pixels
includes the tolerances
used to calculate the maximal allowed deviations from the expected size,
the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual text eventually equals the expected text within a specific timeout.
the expected text which is supposed to equal PageElement's actual text
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's actual value eventually equals the expected value within a specific timeout.
the expected value which is supposed to equal PageElement's actual value
includes the timeout
within which the condition is expected to be met and the
interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's width eventually equals the expected width or if it deviates no more than the specified tolerance from the expected width within a specific timeout.
the expected width of PageElement in pixels
includes the tolerance
used to calculate the maximal allowed deviation from the expected width,
the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's x-location eventually equals the expected x-location or if it deviates no more than the specified tolerance from the expected x-location within a specific timeout.
the expected x-location of PageElement in pixels
includes the tolerance
used to calculate the maximal allowed deviation from the expected x-location,
the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement's y-location eventually equals the expected y-location or if it deviates no more than the specified tolerance from the expected y-location within a specific timeout.
the expected y-location of PageElement in pixels
includes the tolerance
used to calculate the maximal allowed deviation from the expected y-location,
the timeout
within which the condition is expected to be met and the interval
used to check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually is checked within a specific timeout.
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Returns true if PageElement eventually is enabled within a specific timeout.
includes the timeout
within which the condition is expected to be met
If no timeout
is specified, PageElement's default timeout is used.
Returns true if PageElement eventually is selected within a specific timeout.
includes the timeout
within which the condition is expected to be met
If no timeout
is specified, PageElement's default timeout is used.
Returns true if PageElement eventually is visible within a specific timeout.
includes the timeout
within which the condition is expected to be met
If no timeout
is specified, PageElement's default timeout is used.
Returns true if the passed condition is eventually met within a specific timeout.
a function which is supposed to return true if the specified condition is met
includes the timeout
within which the condition is expected to be met and the interval
used to
check it
If no timeout
is specified, PageElement's default timeout is used.
If no interval
is specified, PageElement's default interval is used.
Generated using TypeDoc
This class defines all
eventually
functions of ValuePageElement.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes
PageElementType type of the ValuePageElement for which ValuePageElementEventually defines all
eventually
functionsValueType the type of ValuePageElement's value