Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/selenium-bidi-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ slug: selenium-bidi-integration/
></script>
Selenium WebDriver BiDi is a W3C standard protocol used to establish communication between a test script and a remote WebDriver server. It introduces bi-directional communication, which means both the script and the browser can send requests and responses, leading to a more dynamic and reactive testing experience.

> BiDi is compatible with **Chrome**, **Firefox**, and **Edge** browsers. For more information, please refer to the [documentation](https://wpt.fyi/results/webdriver/tests/bidi?label=stable&label=master&aligned).

## Why to use WebDriver BiDi Protocol?

There are several compelling reasons to consider using BiDi testing with Selenium WebDriver on LambdaTest:
Expand Down
Loading