Class SetLocationContext
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<java.lang.Void>
-
- org.openqa.selenium.remote.server.handler.html5.SetLocationContext
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>,RestishHandler<java.lang.Void>
public class SetLocationContext extends WebDriverHandler<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description SetLocationContext(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidcall()voidsetJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)java.lang.StringtoString()-
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler
getDriver, getKnownElements, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector
-
-
-
-
Constructor Detail
-
SetLocationContext
public SetLocationContext(Session session)
-
-
Method Detail
-
setJsonParameters
public void setJsonParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters) throws java.lang.Exception- Throws:
java.lang.Exception
-
call
public java.lang.Void call()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-