public class TheLocation extends TargetedUIState<org.openqa.selenium.Point>
| Constructor and Description |
|---|
TheLocation(Target target,
net.serenitybdd.screenplay.Actor actor) |
| Modifier and Type | Method and Description |
|---|---|
static UIStateReaderBuilder<TheLocation> |
of(Target target) |
org.openqa.selenium.Point |
resolve() |
java.util.List<org.openqa.selenium.Point> |
resolveAll() |
asList, asListOfpublic TheLocation(Target target, net.serenitybdd.screenplay.Actor actor)
public static UIStateReaderBuilder<TheLocation> of(Target target)
public org.openqa.selenium.Point resolve()
public java.util.List<org.openqa.selenium.Point> resolveAll()
resolveAll in class TargetedUIState<org.openqa.selenium.Point>