Class TheCoordinates
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.UIState<T>
-
- net.serenitybdd.screenplay.questions.TargetedUIState<org.openqa.selenium.interactions.Coordinates>
-
- net.serenitybdd.screenplay.questions.TheCoordinates
-
public class TheCoordinates extends TargetedUIState<org.openqa.selenium.interactions.Coordinates>
-
-
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 TheCoordinates(Target target, Actor actor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UIStateReaderBuilder<TheCoordinates>of(String locator)static UIStateReaderBuilder<TheCoordinates>of(Target target)static UIStateReaderBuilder<TheCoordinates>of(org.openqa.selenium.By byLocator)org.openqa.selenium.interactions.Coordinatesresolve()List<org.openqa.selenium.interactions.Coordinates>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<TheCoordinates> of(Target target)
-
of
public static UIStateReaderBuilder<TheCoordinates> of(org.openqa.selenium.By byLocator)
-
of
public static UIStateReaderBuilder<TheCoordinates> of(String locator)
-
resolve
public org.openqa.selenium.interactions.Coordinates resolve()
-
resolveAll
public List<org.openqa.selenium.interactions.Coordinates> resolveAll()
- Specified by:
resolveAllin classTargetedUIState<org.openqa.selenium.interactions.Coordinates>
-
-