Class GetCookie
- java.lang.Object
-
- org.openqa.selenium.remote.server.handler.WebDriverHandler<org.openqa.selenium.Cookie>
-
- org.openqa.selenium.remote.server.handler.GetCookie
-
- All Implemented Interfaces:
java.util.concurrent.Callable<org.openqa.selenium.Cookie>,RestishHandler<org.openqa.selenium.Cookie>
public class GetCookie extends WebDriverHandler<org.openqa.selenium.Cookie>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.Cookiecall()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
-
GetCookie
public GetCookie(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 org.openqa.selenium.Cookie call()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-