-
**My use case:** Throughout the year, I’d like to easily track the progress towards my team’s goal of increasing the test pass rate for a specific set of tests, for the specific browser we are working…
-
This issue aims to discuss potentially aligning document targeting concepts between WebExtensions and WebDriver BiDi.
In the past year, the WebExtensions Community Group (WECG) has aligned around …
-
To achieve interoperability between implementations, we will need an extensive test suite for WebDriver BiDi in [web-platform-tests](https://github.com/web-platform-tests/wpt), like all other new web …
-
webdriverio % npm run test-PREMACGCSYSAD
> webdriveriomochaframework@1.0.0 test-PREMACGCSYSAD
> npm run pretest && npm run remove-allure-results-folder && ENV=PreRequisite_SysAd_Mac_Eng_GC wdio sr…
-
In Webdriver classic, we have [get-window-handle](https://www.w3.org/TR/webdriver/#get-window-handle), but there doesn't appear to be an equivalent command in the current BiDi spec. See recent discuss…
-
### What needs to be translated
WebDriver main page and subsections:
[WebDriver](https://www.selenium.dev/documentation/webdriver/)
[Getting Started](https://www.selenium.dev/documentation/webdrive…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to mock WebSocket communication in a similar way it's done for HTTP
**Describe the solution you'd like**
```…
-
There has been added support for Chrome DevTools Protocol to Selenium 4. This effort is in part a "stop gap" or temporary way of incorporating what will eventually be the WebDriver Bidi or Bi-Directio…
-
Mentioned by @thiagowfx at https://github.com/web-platform-tests/wpt/commit/bb6cf97f8d49604f274c019253ea6b08d2140464#r125054097
The following test is using "::1" as parametrized value: https://gith…
-
In https://github.com/w3c/webdriver-bidi/issues/46#issuecomment-739803667 I spelled out a principle about the ability to implement WebDriver BiDi both as part of a driver binary like ChromeDriver, or …