Class GetElementLocationInView
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<T>
-
- org.openqa.selenium.remote.server.handler.WebElementHandler<org.openqa.selenium.Point>
-
- org.openqa.selenium.remote.server.handler.GetElementLocationInView
-
- All Implemented Interfaces:
java.util.concurrent.Callable<org.openqa.selenium.Point>
,RestishHandler<org.openqa.selenium.Point>
public class GetElementLocationInView extends WebElementHandler<org.openqa.selenium.Point>
-
-
Constructor Summary
Constructors Constructor Description GetElementLocationInView(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.Point
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
-
GetElementLocationInView
public GetElementLocationInView(Session session)
-
-