Class Enabled
java.lang.Object
net.serenitybdd.screenplay.questions.Enabled
public class Enabled
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Enabled() -
Method Summary
Modifier and Type Method Description static Question<java.lang.Boolean>of(java.lang.String locator)static Question<java.lang.Boolean>of(Target target)static Question<java.lang.Boolean>of(org.openqa.selenium.By byLocator)static Question<java.util.List<java.lang.Boolean>>ofEach(java.lang.String locator)static Question<java.util.List<java.lang.Boolean>>ofEach(Target target)static Question<java.util.List<java.lang.Boolean>>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
-
Enabled
public Enabled()
-
-
Method Details
-
of
-
of
-
of
-
ofEach
-
ofEach
-
ofEach
-