Class TheTarget
java.lang.Object
net.serenitybdd.screenplay.questions.targets.TheTarget
public class TheTarget
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTheTarget.TargetAttributeBuilderstatic classTheTarget.TargetCSSBuilder -
Constructor Summary
Constructors Constructor Description TheTarget() -
Method Summary
Modifier and Type Method Description static TheTarget.TargetAttributeBuilderattributeNamed(java.lang.String name)static TheTarget.TargetCSSBuildercssValueNamed(java.lang.String name)static Question<java.lang.String>selectedValueOf(Target target)static Question<java.lang.String>selectedVisibleTextValueOf(Target target)static Question<java.util.List<java.lang.String>>selectOptionsOf(Target target)static TargetTexttextOf(Target target)static TargetTextValuestextValuesOf(Target target)static Question<java.lang.String>valueOf(Target target)static Question<java.util.Collection<java.lang.String>>valuesOf(Target target)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TheTarget
public TheTarget()
-
-
Method Details
-
valueOf
-
valuesOf
-
textOf
-
textValuesOf
-
selectedValueOf
-
selectedVisibleTextValueOf
-
selectOptionsOf
-
attributeNamed
-
cssValueNamed
-