diff --git a/roadmap.md b/roadmap.md index 28f4e427..03aa60f4 100644 --- a/roadmap.md +++ b/roadmap.md @@ -90,3 +90,10 @@ 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) + +### Device emulation + +This scenario allows to emulate a device, e.g. a mobile phone, and its capabilities, e.g. screen size and pixel density. In spec terms, this involves: +- [x] Some items from the previous milestones +- [ ] [Changing the viewport width and height](https://github.com/w3c/webdriver-bidi/issues/415) +- [ ] [Emulating of custom user agent](https://github.com/w3c/webdriver-bidi/issues/448)