You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README to ensure the community is aware of a possible issue with
the bidi protocol which is the new default within WebDriverIO v9.
QA notes: No QA needed.
Copy file name to clipboardExpand all lines: packages/webdriverio/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
7
7
Support for `@wdio/sync` is deprecated and testing for it will be removed in a future release.
8
8
9
+
## WebDriver Bidi Support
10
+
11
+
We're aware of an [issue](https://github.com/dequelabs/axe-core-npm/issues/1144) that occurs when using [WebdriverIO v9](https://webdriver.io/blog/2024/08/15/webdriverio-v9-release) and the [WebDriver Bidi protocol](https://w3c.github.io/webdriver-bidi/). We're investigating this issue and plan to update the community more thoroughly in early 2025.
12
+
13
+
If you are encountering this issue and wish to share your experience please add to the [GitHub issue](https://github.com/dequelabs/axe-core-npm/issues/1144).
14
+
9
15
## Getting Started
10
16
11
17
Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already.
0 commit comments