mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-28 06:32:17 +00:00
Edited example UI tests with appium
This commit is contained in:
@@ -9,10 +9,9 @@ class MSiteDefaultBrowserAndroidUITests(unittest.TestCase):
|
||||
desired_caps = {
|
||||
'platformName': 'Android',
|
||||
'deviceName': 'Android Emulator',
|
||||
'platformVersion': '4.2',
|
||||
'appPackage': 'com.android.browser',
|
||||
'appActivity': 'com.android.browser.BrowserActivity',
|
||||
'avd': 'emulator_4.2.2'
|
||||
'avd': 'nexus_5_5.0'
|
||||
}
|
||||
self.driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user