Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W3C compliance: allow omitting cookie fields when adding #282

Open
thebinary opened this issue Mar 11, 2022 · 0 comments · May be fixed by #283
Open

W3C compliance: allow omitting cookie fields when adding #282

thebinary opened this issue Mar 11, 2022 · 0 comments · May be fixed by #283

Comments

@thebinary
Copy link

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.

@thebinary thebinary linked a pull request Mar 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant