gemini-testing / gemini

💀💀💀[DEPRECATED] Use hermione
https://github.com/gemini-testing/hermione
MIT License
1.5k stars 149 forks source link

allow to set cookies in a suite #967

Open masi opened 5 years ago

masi commented 5 years ago

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:

options = {
 path,
 domain,
 secureOnly,
 httpOnly,
 expiryTime
}