Support BiDi #770
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
BiDi is used by default in WDIO v9 -- currently, the service is setting the
wdio:enforceWebdriverClassic
capability to disable it. E2Es fail if BiDi is enabled, the app is displayed but there is a lag displaying the window content - it seems to be rendered after the tests have already failed.This issue may have a follow-up in which we address accessing the Electron APIs using BiDi, depending on the outcome of #308 (currently working on a solution using CDP).
Ideally the service would use BiDi if WDIO is configured to do so; we can read capabilities to determine if BiDi will be enabled, and make adjustments to the service accordingly.
https://webdriver.io/docs/api/webdriverBidi/
https://webdriver.io/docs/capabilities/#wdioenforcewebdriverclassic
The text was updated successfully, but these errors were encountered: