Skip to content

Commit 0ddb7a2

Browse files
fix default value
1 parent 464bd00 commit 0ddb7a2

File tree

1 file changed

+1
-1
lines changed
  • docs/web-apps/automated-testing

1 file changed

+1
-1
lines changed

docs/web-apps/automated-testing/cdp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In order to make use of the CDP / BiDi functionality, you have two possibilities
3232
If you're using Selenium, you can enable CDP / BiDi by setting the `webSocketUrl` capability to `true` (recommended) OR `devTools` parameter in `sauce:options` to `true` (alternative)
3333
<Tabs
3434
groupId="lang-ex"
35-
defaultValue="Python"
35+
defaultValue="Python (recommended)"
3636
values={[
3737
{label: 'Java (recommended)', value: 'Java (recommended)'},
3838
{label: 'Java (alternative)', value: 'Java (alternative)'},

0 commit comments

Comments
 (0)