diff --git a/activities.json b/activities.json index 96079b67..9441e7b3 100644 --- a/activities.json +++ b/activities.json @@ -1481,6 +1481,19 @@ "title": "WebAssembly SIMD", "url": "https://github.com/webassembly/simd/" }, + { + "ciuName": null, + "description": "The BiDirectional WebDriver Protocol, a mechanism for remote control of user agents.", + "id": "webdriver-bidi", + "mdnUrl": null, + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1690255", + "mozPosition": "worth prototyping", + "mozPositionDetail": "Automation is an important capability for the web platform - for example, reliable automated testing makes it easier for websites to offer a functional user experience. The current standard protocol for building these tools has fallen behind demonstrated needs, which has in part led to new tools being built on Chrome DevTools Protocol. This makes it harder to automate across multiple browsers and versions of browsers - it’d be better for the standard protocol to support these needs.", + "mozPositionIssue": 632, + "org": "W3C", + "title": "WebDriver BiDi", + "url": "https://w3c.github.io/webdriver-bidi/" + }, { "ciuName": "https://caniuse.com/webhid", "description": "This document describes an API for providing access to devices that support the Human Interface Device (HID) protocol.",