Class GetElementRect
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<T>
-
- org.openqa.selenium.remote.server.handler.WebElementHandler<org.openqa.selenium.Rectangle>
-
- org.openqa.selenium.remote.server.handler.GetElementRect
-
- All Implemented Interfaces:
java.util.concurrent.Callable<org.openqa.selenium.Rectangle>
,RestishHandler<org.openqa.selenium.Rectangle>
public class GetElementRect extends WebElementHandler<org.openqa.selenium.Rectangle>
-
-
Constructor Summary
Constructors Constructor Description GetElementRect(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.Rectangle
call()
java.lang.String
toString()
-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebElementHandler
getElement, getElementAsString, getElementId, setJsonParameters
-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
getDriver, getKnownElements, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
-
-
-
-
Constructor Detail
-
GetElementRect
public GetElementRect(Session session)
-
-