MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / addCookie

Method addCookie

java/src/org/openqa/selenium/WebDriver.java:217–217  ·  view source on GitHub ↗

Add a specific cookie. If the cookie's domain name is left blank, it is assumed that the cookie is meant for the domain of the current document. See W3C WebDriver specification for more details. @param cookie The cookie to add.

(Cookie cookie)

Source from the content-addressed store, hash-verified

215 * @param cookie The cookie to add.
216 */
217 void addCookie(Cookie cookie);
218
219 /**
220 * Delete the named cookie from the current domain. This is equivalent to setting the named

Implementers 1

RemoteWebDriverOptionsjava/src/org/openqa/selenium/remote/Re

Calls

no outgoing calls