diff --git a/source b/source index fc4e4b22353..128b50aec58 100644 --- a/source +++ b/source @@ -76389,6 +76389,44 @@ partial interface Navigator { this's relevant global object has transient activation, and false otherwise.

+ +

User agent automation

+ +

For the purposes of user-agent automation and application testing, this specification defines + the following extension command for the Web Driver specification. It is + optional for a user agent to support the following extension command.

+ + + + + + + + + + + + + + +
HTTP MethodURI Template
`POST`/session/{session id}/window/consume-user-activation
+ +

The remote end steps are:

+ +
    +
  1. Let window be current + browsing context's active window.

  2. + +
  3. Let consume be true if window has transient activation; + otherwise false.

  4. + +
  5. If consume is true, then consume user activation of + window.

  6. + +
  7. Return success with data consume.

  8. +
+ @@ -132900,7 +132938,7 @@ INSERT INTERFACES HERE
Web Cryptography API, D. Huigens. W3C.
[WEBDRIVER]
-
WebDriver. W3C
+
WebDriver, S. Stewart, D. Burns. W3C.
[WEBDRIVERBIDI]
WebDriver BiDi. W3C