Class GetScreenOrientation
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<org.openqa.selenium.ScreenOrientation>
-
- org.openqa.selenium.remote.server.handler.GetScreenOrientation
-
- All Implemented Interfaces:
java.util.concurrent.Callable<org.openqa.selenium.ScreenOrientation>
,RestishHandler<org.openqa.selenium.ScreenOrientation>
public class GetScreenOrientation extends WebDriverHandler<org.openqa.selenium.ScreenOrientation>
-
-
Constructor Summary
Constructors Constructor Description GetScreenOrientation(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.ScreenOrientation
call()
java.lang.String
toString()
-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
getDriver, getKnownElements, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.server.rest.RestishHandler
setJsonParameters
-
-
-
-
Constructor Detail
-
GetScreenOrientation
public GetScreenOrientation(Session session)
-
-