diff --git a/docs/selenium-bidi-integration.md b/docs/selenium-bidi-integration.md index 14336d2fb..de94a6a4f 100644 --- a/docs/selenium-bidi-integration.md +++ b/docs/selenium-bidi-integration.md @@ -39,6 +39,8 @@ slug: selenium-bidi-integration/ > 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: