Re: [w3c/permissions] Add userContext field to WebDriver BiDi's setPermission (PR #438)

@OrKoN commented on this pull request.



> @@ -1459,6 +1461,9 @@ <h6 id="webdriver-bidi-command-permissions-setPermission">
                   </li>
                   <li>Let |state| be the value of the `state` field of |command parameters|.
                   </li>
+                  <li>Let |user context id| be the value of the `userContext` field of |command

The user context roughly corresponds to the user agent of the infra spec definition (except that the WebDriver can identify them). User context IDs are unique, except for the default user context (identified as "default"). In implementations, a user context is an incognito window in Chrome or a container in Firefox. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/438#discussion_r1486393985
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/pull/438/review/1875583289@github.com>

Received on Monday, 12 February 2024 16:00:59 UTC