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

Method getCookies

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

Get all the cookies for the current domain. See W3C WebDriver specification for more details. @return A Set of cookies for the current domain.

()

Source from the content-addressed store, hash-verified

251 * @return A Set of cookies for the current domain.
252 */
253 Set<Cookie> getCookies();
254
255 /**
256 * Get a cookie with a given name.

Implementers 1

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

Calls

no outgoing calls