You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: A lot of APIs rely on "transient activation" to work, and there are special failure cases that need to be checked by "consuming the user activation" at particular moments in time. To get around this right now, WPT (for instance) is using hacks trying to requestFullscreen() and then cancelling the request (which is not standardized to actually consume the user activation, making the situation worse).
It would be great if Web Driver provided a means to artificially "consume user activation", thus invalidating the transient activation.
Problem: A lot of APIs rely on "transient activation" to work, and there are special failure cases that need to be checked by "consuming the user activation" at particular moments in time. To get around this right now, WPT (for instance) is using hacks trying to
requestFullscreen()
and then cancelling the request (which is not standardized to actually consume the user activation, making the situation worse).It would be great if Web Driver provided a means to artificially "consume user activation", thus invalidating the transient activation.
Related discussion:
web-platform-tests/wpt#36481
The text was updated successfully, but these errors were encountered: