Skip to content

Commit

Permalink
Extend roadmap: multi page tests (#491)
Browse files Browse the repository at this point in the history
* Extend roadmap: multi page tests

* Update roadmap.md

Co-authored-by: Mathias Bynens <[email protected]>

* Update roadmap.md

Co-authored-by: Henrik Skupin <[email protected]>

---------

Co-authored-by: Mathias Bynens <[email protected]>
Co-authored-by: Henrik Skupin <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 0b128ab commit 5a6087e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ 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)

### Multi page automation

This scenario opens multiple web pages at the same time, and performs tests that require switching between those pages.

- [x] Some items from the previous milestones
- [x] [Activating a top-level context](https://w3c.github.io/webdriver-bidi/#command-browsingContext-activate)


### Interacting with 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:
Expand Down

0 comments on commit 5a6087e

Please sign in to comment.