Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

allow to set cookies in a suite #967

Open
masi opened this issue Mar 29, 2019 · 0 comments
Open

allow to set cookies in a suite #967

masi opened this issue Mar 29, 2019 · 0 comments

Comments

@masi
Copy link

masi commented Mar 29, 2019

The WD protocol allows cookie manipulation:
https://www.w3.org/TR/webdriver1/#cookies

Make it possible to set cookies to be used later on in capturing:

  • suite.setCookie(name, value, options)
  • suite.setCookies([ [name, value, options], ... ] )
options = {
 path,
 domain,
 secureOnly,
 httpOnly,
 expiryTime
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant