org.openqa.selenium.remote.server.handler.interactions
Class SendKeyToActiveElement
java.lang.Object
org.openqa.selenium.remote.server.handler.WebDriverHandler
org.openqa.selenium.remote.server.handler.interactions.SendKeyToActiveElement
- All Implemented Interfaces:
- Callable<ResultType>, JsonParametersAware, Handler
public class SendKeyToActiveElement
- extends WebDriverHandler
- implements JsonParametersAware
Methods inherited from class org.openqa.selenium.remote.server.handler.WebDriverHandler |
execute, getDriver, getKnownElements, getRealSessionId, getScreenshot, getSession, getSessionId, getUnwrappedDriver, handle, newBySelector, newResponse |
SendKeyToActiveElement
public SendKeyToActiveElement(Session session)
setJsonParameters
public void setJsonParameters(Map<String,Object> allParameters)
throws Exception
- Specified by:
setJsonParameters
in interface JsonParametersAware
- Throws:
Exception
call
public ResultType call()
throws Exception
- Specified by:
call
in interface Callable<ResultType>
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.