Class TargetedUIState<T>
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.UIState<T>
-
- net.serenitybdd.screenplay.questions.TargetedUIState<T>
-
- Direct Known Subclasses:
Attribute,CSSValue,CurrentlyEnabled,CurrentVisibility,Enabled,Presence,SelectedStatus,SelectedValue,SelectedVisibleTextValue,SelectOptions,Text,TextContent,TheCoordinates,TheLocation,TheSize,Value,Visibility
public abstract class TargetedUIState<T> extends UIState<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected Targettarget-
Fields inherited from class net.serenitybdd.screenplay.questions.UIState
actor, DEFAULT_CONVERTERS
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTargetedUIState(Target target, Actor actor)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<T>asList()<T> List<T>asListOf(Class<T> type)abstract List<T>resolveAll()protected Stream<WebElementFacade>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, resolve, value
-
-
-
-
Field Detail
-
target
protected final Target target
-
-