gwen.web.eval.binding.LocatorBinding
See theLocatorBinding companion object
class LocatorBinding(val name: String, val selectors: List[Selector], ctx: WebContext) extends Binding[WebContext, WebElement]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Gets the javascript equivalent of this locator binding (used as fallback on stale element reference).
Gets the javascript equivalent of this locator binding (used as fallback on stale element reference).
Attributes
Resolves the bound value
Resolves the bound value
Attributes
- Returns
-
the bound value
- Definition Classes
-
Binding
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Binding
Looks up an optional dry run value
Looks up an optional dry run value
Value parameters
- key
-
the bound value key
Attributes
- Returns
-
the resolved and interpolated value
- Inherited from:
- Binding
Looks up an optional dry run value
Looks up an optional dry run value
Value parameters
- key
-
the bound value key
Attributes
- Returns
-
the resolved and interpolated value
- Inherited from:
- Binding
In this article