mirror of
https://github.com/appium/appium.git
synced 2026-01-14 06:10:01 -06:00
browserName not needed for Appium tests
This commit is contained in:
@@ -15,7 +15,6 @@ class TestAndroidWebView(unittest.TestCase):
|
||||
desired_caps = {
|
||||
'device': 'selendroid',
|
||||
'app': app,
|
||||
'browserName': "native-android-driver",
|
||||
'app-package': 'io.selendroid.testapp',
|
||||
'app-activity': 'HomeScreenActivity'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user