diff --git a/source b/source index fc4e4b22353..128b50aec58 100644 --- a/source +++ b/source @@ -76389,6 +76389,44 @@ partial interface { this's relevant global object has transient activation, and false otherwise.
+ +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 Method | +URI Template | +
|---|---|
`POST` |
+ /session/{session id}/window/consume-user-activation |
+
The remote end steps are:
+ +Let window be current + browsing context's active window.
Let consume be true if window has transient activation; + otherwise false.
If consume is true, then consume user activation of + window.
Return success with data consume.