PageNodeCurrently defines all currently
functions of PageNode.
PageNode for which PageNodeCurrently defines all currently
functions
the PageNode for which PageNodeCurrently defines all currently
functions
Fetches the first webdriverio element from the HTML page that is identified by PageElement's XPath selector.
returns the negated variants of PageNodeCurrently's state check functions
Checks if the actual
value contains the expected
value and writes both values into this._lastDiff
.
the value expected to be contained in the actual value
the actual value expected to contain the expected value
Checks if the actual
value has/equals the expected
value and writes both values into this._lastDiff
.
the expected value
the actual value
Checks if actual
has any value and writes actual
into this._lastDiff
.
the actual value
Checks if the actual value lies within a given tolerance of the expected value.
the actual value from the browser
the expected value or 0 if expected was smaller than 0
the tolerance or 0 if tolerance was smaller than 0
Stores the values of actual
and expected
into this._lastDiff
as strings.
an actual value
an expected value
Generated using TypeDoc
This class defines all
currently
functions of PageElementBase.Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes
PageElementType type of the PageElement for which PageElementBaseCurrently defines all
currently
functions