File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "app" : "bs://<hashed app-id>"
1515}
1616
17- driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub.browserstack.com/wd/hub" , desired_caps )
17+ driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub-cloud .browserstack.com/wd/hub" , desired_caps )
1818
1919search_element = WebDriverWait (driver , 30 ).until (
2020 EC .element_to_be_clickable ((MobileBy .ACCESSIBILITY_ID , "Search Wikipedia" ))
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def stop_local():
2929 bs_local .stop ()
3030
3131start_local ()
32- driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub.browserstack.com/wd/hub" , desired_caps )
32+ driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub-cloud .browserstack.com/wd/hub" , desired_caps )
3333test_button = WebDriverWait (driver , 30 ).until (
3434 EC .element_to_be_clickable ((MobileBy .ID , "com.example.android.basicnetworking:id/test_action" ))
3535)
Original file line number Diff line number Diff line change 1515 "app" : "bs://<hashed app-id>"
1616}
1717
18- driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub.browserstack.com/wd/hub" , desired_caps )
18+ driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub-cloud .browserstack.com/wd/hub" , desired_caps )
1919
2020login_button = WebDriverWait (driver , 30 ).until (
2121 EC .element_to_be_clickable ((MobileBy .ACCESSIBILITY_ID , "Log In" ))
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def existence_lambda(s):
3434 return result and len (result ) > 0
3535
3636start_local ()
37- driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub.browserstack.com/wd/hub" , desired_caps )
37+ driver = webdriver .Remote ("http://" + userName + ":" + accessKey + "@hub-cloud .browserstack.com/wd/hub" , desired_caps )
3838
3939test_button = WebDriverWait (driver , 30 ).until (
4040 EC .element_to_be_clickable ((MobileBy .ACCESSIBILITY_ID , "TestBrowserStackLocal" ))
You can’t perform that action at this time.
0 commit comments