update appium to reflect changes in new selendroid

This commit is contained in:
Jonathan Lipps
2013-06-06 09:38:23 -07:00
parent ab079f04d6
commit d3fc5a081d
5 changed files with 38 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ class TestAndroidWebView(unittest.TestCase):
'device': 'selendroid',
'app': app,
'browserName': "native-android-driver",
'app-package': 'org.openqa.selendroid.testapp',
'app-package': 'io.selendroid.testapp',
'app-activity': 'HomeScreenActivity'
}