Skip to content

Commit

Permalink
fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapkowski-saucelabs committed Oct 8, 2024
1 parent 834c7dd commit fef7bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web-apps/automated-testing/cdp.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In order to make use of the CDP / BiDi functionality, you have two possibilities
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)
<Tabs
groupId="lang-ex"
defaultValue="Python"
defaultValue="Python (recommended)"
values={[
{label: 'Java (recommended)', value: 'Java (recommended)'},
{label: 'Java (alternative)', value: 'Java (alternative)'},
Expand Down

0 comments on commit fef7bbe

Please sign in to comment.