tebeka / selenium

Selenium/Webdriver client for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W3C compliance: allow omitting cookie fields when adding

thebinary opened this issue · comments

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

  • Path
  • Domain
  • Secure
  • HttpOnly
  • Max-Age
    And have some defaults values to be set if ommited while adding them.

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