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