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