Class TextValue
java.lang.Object
net.serenitybdd.screenplay.questions.TextValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<String> of(org.openqa.selenium.By byLocator) static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> ofEach(org.openqa.selenium.By byLocator)
-
Constructor Details
-
TextValue
public TextValue()
-
-
Method Details
-
of
-
of
-
of
-
ofEach
-
ofEach
public static net.serenitybdd.screenplay.Question<Collection<String>> ofEach(org.openqa.selenium.By byLocator) -
ofEach
-