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