Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend roadmap: web extensions #421

Merged
merged 7 commits into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,12 @@ This scenario changes the browser window dimensions and position, maximizes/mini

- [x] Some items from the previous milestones
- [ ] [Add commands for resizing and positioning browser windows](https://github.com/w3c/webdriver-bidi/issues/398)

### Web extensions

This scenario loads a web extension and accesses its background page. In spec terms, this involves:

- [x] Some items from the previous milestones
- [x] Installing a web extension
- [ ] Accessing navigables and service workers of a web extension
- [x] Uninstalling a web extension