Skip to content

W3C compliance: allow omitting cookie fields when adding #282

Open
@thebinary

Description

@thebinary

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions