File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments