Skip to content

Commit

Permalink
fix tab names
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapkowski-saucelabs committed Oct 1, 2024
1 parent 90440f6 commit 464bd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web-apps/automated-testing/cdp.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ If you're using Selenium, you can enable CDP / BiDi by setting the `webSocketUrl
groupId="lang-ex"
defaultValue="Python"
values={[
{label: 'Java (recommneded)', value: 'Java (recommneded)'},
{label: 'Java (recommended)', value: 'Java (recommended)'},
{label: 'Java (alternative)', value: 'Java (alternative)'},
{label: 'Python (recommneded)', value: 'Python (recommneded)'},
{label: 'Python (recommended)', value: 'Python (recommended)'},
{label: 'Python (alternative)', value: 'Python (alternative)'},
{label: 'WebdriverIO v8 and previous', value: 'WebdriverIO v8 and previous'},
{label: 'WebdriverIO v9+', value: 'WebdriverIO v9+'},
Expand Down

0 comments on commit 464bd00

Please sign in to comment.