tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

W3C compliance: allow omitting cookie fields when adding #282

Open thebinary opened 2 years ago

thebinary commented 2 years ago

W3C WebDriver document Section: 16. Cookies states that following fields can be ommitted while adding a cookie:

Current implementation of this package does not adhere to this recommendation.