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