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