gwen.web.eval.binding.Selector
See theSelector companion object
case class Selector(selectorType: SelectorType, expression: String, relative: Option[(RelativeSelectorType, LocatorBinding, Option[Int])], isContainer: Boolean, timeout: Duration, index: Option[Int])
Captures a selector.
Value parameters
- expression
-
the selector expression
- index
-
optional index (if selector returns more than one element then index is required)
- isContainer
-
true if this is a selector for a container element, false otherwise
- relative
-
optional relative selector and binding
- selectorType
-
the seletor type
- timeout
-
optional timeout
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article