Class Attribute
- java.lang.Object
-
- net.serenitybdd.screenplay.questions.UIState<T>
-
- net.serenitybdd.screenplay.questions.TargetedUIState<String>
-
- net.serenitybdd.screenplay.questions.Attribute
-
public class Attribute extends TargetedUIState<String>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttribute.ByNamedAttributeBuilderstatic classAttribute.StringNamedAttributeBuilderstatic classAttribute.TargetNamedAttributeBuilder
-
Field Summary
-
Fields inherited from class net.serenitybdd.screenplay.questions.TargetedUIState
target
-
Fields inherited from class net.serenitybdd.screenplay.questions.UIState
actor, DEFAULT_CONVERTERS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Attribute.StringNamedAttributeBuilderof(String locator)static Attribute.TargetNamedAttributeBuilderof(Target target)static Attribute.ByNamedAttributeBuilderof(org.openqa.selenium.By byLocator)Stringresolve()List<String>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 Attribute.TargetNamedAttributeBuilder of(Target target)
-
of
public static Attribute.ByNamedAttributeBuilder of(org.openqa.selenium.By byLocator)
-
of
public static Attribute.StringNamedAttributeBuilder of(String locator)
-
resolveAll
public List<String> resolveAll()
- Specified by:
resolveAllin classTargetedUIState<String>
-
-