Class SelectedValue
java.lang.Object
net.serenitybdd.screenplay.questions.SelectedValue
public class SelectedValue
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SelectedValue() -
Method Summary
Modifier and Type Method Description static Question<java.lang.String>of(java.lang.String locator)static Question<java.lang.String>of(Target target)static Question<java.lang.String>of(org.openqa.selenium.By byLocator)static Question<java.util.Collection<java.lang.String>>ofEach(java.lang.String locator)static Question<java.util.Collection<java.lang.String>>ofEach(Target target)static Question<java.util.Collection<java.lang.String>>ofEach(org.openqa.selenium.By byLocator)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SelectedValue
public SelectedValue()
-
-
Method Details
-
of
-
of
-
of
-
ofEach
-
ofEach
public static Question<java.util.Collection<java.lang.String>> ofEach(org.openqa.selenium.By byLocator) -
ofEach
-