From e5c4df924592a75c5542ff85b5d1a252a8ae7fa7 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Mon, 15 May 2023 11:50:22 +0200 Subject: [PATCH 1/3] Incognito mode --- roadmap.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roadmap.md b/roadmap.md index 28f4e4279..7b58b67ab 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) + +### Incognito mode + +This scenario creates a session with browser in incognito mode. In spec terms, this involves: + +- [x] Some items from the previous milestones +- [ ] Create session with isolation and deleting of cookies, site data, and browsing history. From 5872413af84e61639de1158930a5de884594fe72 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Mon, 15 May 2023 13:05:50 +0200 Subject: [PATCH 2/3] update description --- roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roadmap.md b/roadmap.md index 7b58b67ab..7d5234b2e 100644 --- a/roadmap.md +++ b/roadmap.md @@ -91,9 +91,9 @@ 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) -### Incognito mode +### Private browsing mode -This scenario creates a session with browser in incognito mode. In spec terms, this involves: +This scenario initiates a browsing session in "private browsing" mode, ensuring that no noticeable side effects result from the creation of such a session. In spec terms, this involves: - [x] Some items from the previous milestones - [ ] Create session with isolation and deleting of cookies, site data, and browsing history. From c9735045666fe99c55b78b3737199af74a50af07 Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Mon, 15 May 2023 13:16:56 +0200 Subject: [PATCH 3/3] Sandbox mode --- roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roadmap.md b/roadmap.md index 7d5234b2e..be0fed3a8 100644 --- a/roadmap.md +++ b/roadmap.md @@ -91,9 +91,9 @@ 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) -### Private browsing mode +### Sandbox session mode -This scenario initiates a browsing session in "private browsing" mode, ensuring that no noticeable side effects result from the creation of such a session. In spec terms, this involves: +This scenario initiates a browsing session in sandbox mode (analogue to Chrome's Incognito mode, Firefox's Private Browsing or Safari's Private mode), ensuring that no noticeable side effects result from the creation of such a session. In spec terms, this involves: - [x] Some items from the previous milestones - [ ] Create session with isolation and deleting of cookies, site data, and browsing history.