From 75706206894cdf99170113e5c071ff4bc3481428 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Mon, 15 May 2023 11:42:36 +0200 Subject: [PATCH 1/4] Device emulation --- roadmap.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roadmap.md b/roadmap.md index 28f4e4279..725ca9c86 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 +- [ ] Emulating width, height, deviceScaleFactor of the view port +- [ ] Emulating of custom user agent From 8c71bb1789e9e326c2005644e06a58d7aaa5cddc Mon Sep 17 00:00:00 2001 From: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:55:16 +0200 Subject: [PATCH 2/4] Update roadmap.md --- roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index 725ca9c86..1f1e5eb86 100644 --- a/roadmap.md +++ b/roadmap.md @@ -95,5 +95,5 @@ This scenario loads a web page and prints it as a PDF. In spec terms, this invol 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 -- [ ] Emulating width, height, deviceScaleFactor of the view port +- [ ] [Emulating width, height, deviceScaleFactor of the view port](https://github.com/w3c/webdriver-bidi/issues/415) - [ ] Emulating of custom user agent From b1dea5bf15f2b321b8c81cc8f0a87a45757b17c9 Mon Sep 17 00:00:00 2001 From: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:58:27 +0200 Subject: [PATCH 3/4] Update roadmap.md --- roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index 1f1e5eb86..c7e8eb0cc 100644 --- a/roadmap.md +++ b/roadmap.md @@ -96,4 +96,4 @@ This scenario loads a web page and prints it as a PDF. In spec terms, this invol 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 - [ ] [Emulating width, height, deviceScaleFactor of the view port](https://github.com/w3c/webdriver-bidi/issues/415) -- [ ] Emulating of custom user agent +- [ ] [Emulating of custom user agent](https://github.com/w3c/webdriver-bidi/issues/448) From f116ab582194d86f8dbd85322e3a05e381bdce66 Mon Sep 17 00:00:00 2001 From: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:08:31 +0200 Subject: [PATCH 4/4] Update roadmap.md Co-authored-by: Alex Rudenko --- roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index c7e8eb0cc..03aa60f4f 100644 --- a/roadmap.md +++ b/roadmap.md @@ -95,5 +95,5 @@ This scenario loads a web page and prints it as a PDF. In spec terms, this invol 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 -- [ ] [Emulating width, height, deviceScaleFactor of the view port](https://github.com/w3c/webdriver-bidi/issues/415) +- [ ] [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)