Class TheLocation
java.lang.Object
net.serenitybdd.screenplay.questions.TheLocation
Where on the page is the top left-hand corner of the rendered element?
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.serenitybdd.screenplay.Question<org.openqa.selenium.Point> static net.serenitybdd.screenplay.Question<org.openqa.selenium.Point> static net.serenitybdd.screenplay.Question<org.openqa.selenium.Point> of(org.openqa.selenium.By byLocator) static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.Point>> static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.Point>> static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.Point>> ofEach(org.openqa.selenium.By byLocator)
-
Constructor Details
-
TheLocation
public TheLocation()
-
-
Method Details
-
of
-
of
public static net.serenitybdd.screenplay.Question<org.openqa.selenium.Point> of(org.openqa.selenium.By byLocator) -
of
-
ofEach
-
ofEach
public static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.Point>> ofEach(org.openqa.selenium.By byLocator) -
ofEach
-