From 17d5a8b582a368239afb1ca67f20d12e2986bc17 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Tue, 1 Oct 2024 13:02:45 +0530 Subject: [PATCH 1/2] bidi doc update --- docs/selenium-bidi-integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/selenium-bidi-integration.md b/docs/selenium-bidi-integration.md index 14336d2fb..a619312c6 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: From 2b78429f8d324ec409b0f4f9f794642f7209cd45 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Tue, 1 Oct 2024 13:04:31 +0530 Subject: [PATCH 2/2] made the text bold --- docs/selenium-bidi-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/selenium-bidi-integration.md b/docs/selenium-bidi-integration.md index a619312c6..de94a6a4f 100644 --- a/docs/selenium-bidi-integration.md +++ b/docs/selenium-bidi-integration.md @@ -39,7 +39,7 @@ 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). +> 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?