Skip to content

Commit

Permalink
docs: explicitly mention extension modules defined in other specs (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Dec 2, 2024
1 parent 97c2314 commit 46a847f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -31,4 +36,4 @@ await sendCommand('browsingContext.print', {context: 'xxx'});
## Versioning

This package patch version will be incremented whenever there are
specification updates.
specification updates.

0 comments on commit 46a847f

Please sign in to comment.