Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

allow to set cookies in a suite #967

@masi

Description

@masi

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:

  • suite.setCookie(name, value, options)
  • suite.setCookies([ [name, value, options], ... ] )
options = {
 path,
 domain,
 secureOnly,
 httpOnly,
 expiryTime
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions