API Docs for: 0.0.6
Show:

FirefoxDriver.Commands.Marionette.Cookie Class

Cookie related Marionette commands see JsonProtocol

Methods

addCookie

()

Set a cookie. If the cookie path is not specified, it should be set to "/". Likewise, if the domain is omitted, it should default to the current page's domain.

deleteCookie

()

Delete the cookie with the given name. This command should be a no-op if there is no such cookie visible to the current page.

deleteCookies

()

Delete all cookies visible to the current page.

getCookies

()

Retrieve all cookies visible to the current page.