From 46a847fb2036c8c2e7050a381f4698063905751a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 2 Dec 2024 15:43:22 +0100 Subject: [PATCH] docs: explicitly mention extension modules defined in other specs (#72) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92ac0b8..aa0ba6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # webdriver-bidi-protocol This repository contains TypeScript types conforming to the [WebDriver -BiDi](https://w3c.github.io/webdriver-bidi/) specification. +BiDi](https://w3c.github.io/webdriver-bidi/) specification. It also +supports WebDriver BiDi extension modules defined in other +specifications: + +- [Permissions](https://w3c.github.io/permissions/#automation-webdriver-bidi) +- [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/#automated-testing) ## Installation @@ -31,4 +36,4 @@ await sendCommand('browsingContext.print', {context: 'xxx'}); ## Versioning This package patch version will be incremented whenever there are -specification updates. \ No newline at end of file +specification updates.