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