Skip to content

Commit

Permalink
fix python
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapkowski-saucelabs committed Sep 26, 2024
1 parent 2aec4c4 commit 8e9ef52
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 @@ -85,7 +85,7 @@ sauce_options = {'username': os.environ["SAUCE_USERNAME"],
'name': 'My Selenium CDP Test'}

options.set_capability('sauce:options', sauce_options)
options.set_capability('webSocketUrl', true)
options.set_capability('webSocketUrl', True)
sauce_url = "https://ondemand.us-west-1.saucelabs.com/wd/hub"
# Alternatively use EU datacenter
# sauce_url = "https://ondemand.eu-central-1.saucelabs.com/wd/hub"
Expand Down

0 comments on commit 8e9ef52

Please sign in to comment.