8000 allow to set cookies for capturing · Issue #966 · gemini-testing/gemini · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 for capturing #966
Open
@masi

Description

@masi

The WD protocol allows cookie manipulation:
https://www.w3.org/TR/webdriver1/#cookies

Make it possible to mainpulate cookies when calling capture().

Either as third parameter to the capture callback as (actions, elements, cookies):

  • cookies.add(name)
  • cookies.get(name)
  • cookies.getAll()
  • cookies.delete(name)

Or patching the functions into the actions:

  • actions.addCookie(name)
  • actions.getCcookie(name)
  • actions.getAllCookies()
  • actions.deleteCookie(name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0