- From: Alexandra Borovova via GitHub <noreply@w3.org>
- Date: Fri, 06 Feb 2026 16:03:58 +0000
- To: public-webrtc@w3.org
lutien has just submitted a new pull request for https://github.com/w3c/mediacapture-screen-share: == Add algorithm for browser automation. == Hi here! The Browser Testing and Tools Working Group would like to introduce the API in the WebDriver BiDi protocol to record a screen video during the test or automation scripts. The current suggestion is to base these commands on the `getDisplayMedia` API to produce the video stream (see https://github.com/w3c/webdriver-bidi/issues/636). Since we probably require bypassing a lot of pre-checks (user activation, permission, display surface selection), in this PR I've rather extracted the required logic in the separate algorithm, but please let me know if you have a better idea how to reuse the logic. See https://github.com/w3c/mediacapture-screen-share/pull/328 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 6 February 2026 16:03:59 UTC