Skip to content

Commit 81c23e7

Browse files
sadym-chromiumfoolipOrKoN
authored
RFC 185: Add WebDriver BiDi support to testdriver.js (#185)
Co-authored-by: Philip Jägenstedt <[email protected]> Co-authored-by: Alex Rudenko <[email protected]>
1 parent 386129d commit 81c23e7

File tree

2 files changed

+315
-1
lines changed

2 files changed

+315
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ or users of web-platform-tests. Examples of where it is likely to be useful:
2121
Cases where the RFC process need *not* be used:
2222

2323
- Introducing a new top-level directory for a new specification.
24-
- Extending testdriver.js with a method that closely matches a [WebDriver](https://w3c.github.io/webdriver/) endpoint. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. (This exemption was introduced by [RFC 127](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/rfc_exemption_testdriver_method.md).)
24+
- Extending testdriver.js with a method that closely matches a [WebDriver Classic](https://w3c.github.io/webdriver/) endpoint or a [WebDriver BiDi](https://w3c.github.io/webdriver-bidi) command or an event. To notify maintainers of testdriver.js vendor integration, label the pull request `testdriver.js`. (This exemption was introduced by [RFC 127](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/rfc_exemption_testdriver_method.md) and [RFC 185](https://github.com/web-platform-tests/rfcs/blob/master/rfcs/testdriver_bidi.md).)
2525
- Minor changes in behavior in where all call sites are known and accounted
2626
for.
2727
- Behavior-preserving refactoring with a low risk of regressions.

0 commit comments

Comments
 (0)