From 124098b593097fb3ad0982d5bbb1de3a078b90cc Mon Sep 17 00:00:00 2001 From: Andrzej Pragacz Date: Wed, 3 Apr 2024 23:12:20 +0200 Subject: [PATCH] Fix devTools entry on Test Configuration Options page --- docs/dev/test-configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/test-configuration-options.md b/docs/dev/test-configuration-options.md index c60cefecf3..d130015489 100644 --- a/docs/dev/test-configuration-options.md +++ b/docs/dev/test-configuration-options.md @@ -364,7 +364,7 @@ Sets idle test timeout in seconds. As a safety measure to prevent tests from run

| OPTIONAL | BOOLEAN | Desktop Only | BETA |

-Enables [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) support, which is disabled by default on Sauce Labs platform. This allows Selenium 4 clients to use [Bi-Directional functionality](https://www.selenium.dev/documentation/webdriver/bidirectional/). In particular, this capability exposes the WebSocket endpoint which is available under `se:cdp` field in session startup response body. This endpoint can be used to issue WebDriver BiDi commands as described by the [specification](https://w3c.github.io/webdriver-bidi/). The default value is `false`. +Enables [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) support, which is disabled by default on Sauce Labs platform. This allows Selenium 4 clients to use [Bi-Directional functionality](https://www.selenium.dev/documentation/webdriver/bidirectional/). In particular, this capability exposes the WebSocket endpoint which is available under `se:cdp` field in session startup response body. This endpoint can be used to issue Chrome DevTools Protocol commands as described by the [specification](https://chromedevtools.github.io/devtools-protocol/). The default value is `false`. The `devTools` capability is **not compatible** with [`extendedDebugging`](#extendeddebugging) capability.