LocatorBinding

class LocatorBinding(val name: String, val selectors: List[Selector], ctx: WebContext) extends Binding[WebContext, WebElement]
Companion:
object
class Binding[WebContext, WebElement]
class Object
trait Matchable
class Any

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).

override def resolve(): WebElement

Resolves the bound value

Resolves the bound value

Returns:

the bound value

Definition Classes
Binding
def resolveAll(): List[WebElement]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def displayName: String
Inherited from:
Binding

Concrete fields

val name: String
val selectors: List[Selector]
lazy val timeoutSeconds: Long