Skip to content

Commit

Permalink
Extend roadmap: cookies (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Bynens <mathias@qiwi.be>
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
Co-authored-by: jgraham <james@hoppipolla.co.uk>
  • Loading branch information
4 people authored Jul 31, 2023
1 parent a4cc71e commit c10c304
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,12 @@ This scenario loads a web page and prints it as a PDF. In spec terms, this invol

- [x] Some items from the previous milestones
- [x] [Printing to PDF as Base64-encoded string](https://w3c.github.io/webdriver-bidi/#command-browsingContext-print)

### Cookies

This scenario sets cookies to be used when loading a web page and its subresources, loads that page, and verifies that the correct cookies were sent with the requests. It also inspects the cookies set by the responses, and clears all cookies to reset the state. In spec terms, this involves:

- [x] Some items from the previous milestones
- [ ] Getting cookies
- [ ] Setting cookies
- [ ] Deleting cookies

0 comments on commit c10c304

Please sign in to comment.