Skip to content

Commit 2e479f0

Browse files
Cleaning up Sauce Connect documentation
1 parent c398689 commit 2e479f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample-code/examples/python/sauce_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def setUp(self):
118118
which will relay them to Sauce's infrastructure.
119119
Starting Sauce Connect the -P flag will determine which port Sauce Connect starts on, then it's just a matter
120120
of pointing the Remote WebDriver instance to
121-
"http://%s:%s@%s:80/wd/hub" % (SAUCE_USERNAME, SAUCE_ACCESS_KEY, SAUCE_CONNECT_HOST)
121+
"http://%s:%s@%s:%S/wd/hub" % (SAUCE_USERNAME, SAUCE_ACCESS_KEY, SAUCE_CONNECT_HOST, SAUCE_CONNECT_PORT)
122122
'''
123123
self.driver = webdriver.Remote(
124124
desired_capabilities=desired_capabilities,

0 commit comments

Comments
 (0)