mirror of
https://github.com/appium/appium.git
synced 2026-01-14 14:19:56 -06:00
update example files to clarify what sdk is used
This commit is contained in:
@@ -16,7 +16,7 @@ class TestSequenceFunctions(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
# set up appium
|
||||
app = "http://appium.s3.amazonaws.com/TestApp.app.zip"
|
||||
app = "http://appium.s3.amazonaws.com/TestApp6.0.app.zip"
|
||||
self.driver = webdriver.Remote(
|
||||
command_executor='http://%s:%s@ondemand.saucelabs.com:80/wd/hub' % (SAUCE_USERNAME, SAUCE_ACCESS_KEY),
|
||||
desired_capabilities={
|
||||
|
||||
Reference in New Issue
Block a user