Class Visibility
java.lang.Object
net.serenitybdd.screenplay.questions.UIState<T>
net.serenitybdd.screenplay.questions.TargetedUIState<java.lang.Boolean>
net.serenitybdd.screenplay.questions.Visibility
public class Visibility extends TargetedUIState<java.lang.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 Visibility(Target target, Actor actor)
-
Method Summary
Modifier and Type Method Description static UIStateReaderBuilder<Visibility>
of(java.lang.String locator)
static UIStateReaderBuilder<Visibility>
of(Target target)
static UIStateReaderBuilder<Visibility>
of(org.openqa.selenium.By byLocator)
java.lang.Boolean
resolve()
java.util.List<java.lang.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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Visibility
-
-
Method Details
-
of
-
of
-
of
-
resolve
public java.lang.Boolean resolve() -
resolveAll
public java.util.List<java.lang.Boolean> resolveAll()- Specified by:
resolveAll
in classTargetedUIState<java.lang.Boolean>
-