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