org.openqa.selenium.remote.server.handler
Class CookieHandler
java.lang.Object
org.openqa.selenium.remote.server.handler.WebDriverHandler
org.openqa.selenium.remote.server.handler.CookieHandler
- All Implemented Interfaces:
- Callable<ResultType>, JsonParametersAware, Handler
- Direct Known Subclasses:
- AddCookie, DeleteCookie
public abstract class CookieHandler
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.concurrent.Callable |
call |
CookieHandler
protected CookieHandler(Session session)
setJsonParameters
public void setJsonParameters(Map<String,Object> allParameters)
throws Exception
- Specified by:
setJsonParameters
in interface JsonParametersAware
- Throws:
Exception
createCookie
protected Cookie createCookie()
Copyright © 2012. All Rights Reserved.