Class TheLocation
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.UIState<T>
-
- net.serenitybdd.screenplay.questions.TargetedUIState<org.openqa.selenium.Point>
-
- net.serenitybdd.screenplay.questions.TheLocation
-
public class TheLocation extends TargetedUIState<org.openqa.selenium.Point>
-
-
Field Summary
-
Fields inherited from class net.serenitybdd.screenplay.questions.TargetedUIState
target
-
Fields inherited from class net.serenitybdd.screenplay.questions.UIState
actor, DEFAULT_CONVERTERS
-
-
Constructor Summary
Constructors Constructor Description TheLocation(Target target, Actor actor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UIStateReaderBuilder<TheLocation>
of(String locator)
static UIStateReaderBuilder<TheLocation>
of(Target target)
static UIStateReaderBuilder<TheLocation>
of(org.openqa.selenium.By byLocator)
org.openqa.selenium.Point
resolve()
List<org.openqa.selenium.Point>
resolveAll()
-
Methods inherited from class net.serenitybdd.screenplay.questions.TargetedUIState
asList, asListOf, resolvedElements
-
Methods inherited from class net.serenitybdd.screenplay.questions.UIState
as, asBigDecimal, asBoolean, asDate, asDate, asDouble, asEnum, asFloat, asInteger, asLocalDate, asLocalDate, asLong, asString, converterFor, convertToEnums, value
-
-
-
-
Method Detail
-
of
public static UIStateReaderBuilder<TheLocation> of(Target target)
-
of
public static UIStateReaderBuilder<TheLocation> of(org.openqa.selenium.By byLocator)
-
of
public static UIStateReaderBuilder<TheLocation> of(String locator)
-
resolve
public org.openqa.selenium.Point resolve()
-
resolveAll
public List<org.openqa.selenium.Point> resolveAll()
- Specified by:
resolveAll
in classTargetedUIState<org.openqa.selenium.Point>
-
-