Refactored

This commit is contained in:
butomo1989
2017-06-02 15:30:51 +02:00
parent 47e968927a
commit c7d988bd61
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ class TestE2EChrome(TestCase):
'platformName': 'Android',
'deviceName': 'Android Emulator',
'appPackage': 'com.android.chrome',
'appActivity': 'com.google.android.apps.chrome.Main'
'appActivity': 'com.google.android.apps.chrome.Main',
'browserName': 'chrome'
}
self.driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps)