Skip to content

Commit 0ae84cb

Browse files
Use hub.browserstack.com instead of hub-cloud.browserstack.com
1 parent 3461c5c commit 0ae84cb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/browserstack_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Initialize the remote Webdriver using BrowserStack remote URL
3333
# and options defined above
34-
driver = webdriver.Remote("http://hub-cloud.browserstack.com/wd/hub", options=options)
34+
driver = webdriver.Remote("http://hub.browserstack.com/wd/hub", options=options)
3535

3636
# Test case for the BrowserStack sample Android app.
3737
# If you have uploaded your app, update the test case here.

android/browserstack_sample_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def stop_local():
5050

5151
# Initialize the remote Webdriver using BrowserStack remote URL
5252
# and options defined above
53-
driver = webdriver.Remote("http://hub-cloud.browserstack.com/wd/hub", options=options)
53+
driver = webdriver.Remote("http://hub.browserstack.com/wd/hub", options=options)
5454

5555
# Test case for the BrowserStack sample Android app.
5656
# If you have uploaded your app, update the test case here.

ios/browserstack_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Initialize the remote Webdriver using BrowserStack remote URL
3131
# and options defined above
32-
driver = webdriver.Remote("http://hub-cloud.browserstack.com/wd/hub", options=options)
32+
driver = webdriver.Remote("http://hub.browserstack.com/wd/hub", options=options)
3333

3434
# Test case for the BrowserStack sample iOS app.
3535
# If you have uploaded your app, update the test case here.

ios/browserstack_sample_local.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"accessKey" : accessKey,
2929
"projectName" : "First Python Local project",
3030
"buildName" : "browserstack-build-1",
31-
"sessionName" : "BStack first_test",
31+
"sessionName" : "BStack local_test",
3232
"local" : "true"
3333
}
3434
})
@@ -54,7 +54,7 @@ def existence_lambda(s):
5454

5555
# Initialize the remote Webdriver using BrowserStack remote URL
5656
# and options defined above
57-
driver = webdriver.Remote("http://hub-cloud.browserstack.com/wd/hub", options=options)
57+
driver = webdriver.Remote("http://hub.browserstack.com/wd/hub", options=options)
5858

5959
# Test case for the BrowserStack sample iOS app.
6060
# If you have uploaded your app, update the test case here.

0 commit comments

Comments
 (0)