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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,11 @@ xpath | For elements lookup Xpath strategy the driver uses the same XML tree tha
243
243
> using them or plan to use them in the future.
244
244
245
245
246
+
# BiDi Protocol Support
247
+
248
+
UIAutomator2 driver has partial support of the [BiDi Protocol](https://w3c.github.io/webdriver-bidi/) since version 3.7.10. Check the [Supported BiDi Commands And Events](./docs/bidi.md) document for more details.
249
+
250
+
246
251
## Parallel Tests
247
252
248
253
It is possible to execute tests in parallel using UiAutomator2 driver.
0 commit comments