Update python samples for --strict-caps

This commit is contained in:
Isaac Murchie
2014-05-31 05:18:22 -07:00
parent bd2236a2d6
commit 37380954d2
5 changed files with 29 additions and 51 deletions
@@ -22,8 +22,6 @@ class SimpleSalendroidTests(unittest.TestCase):
desired_caps['app'] = PATH(
'../../../sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk'
)
desired_caps['appPackage'] = 'com.example.android.apis'
desired_caps['appActivity'] = '.ApiDemos'
self.driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps)