mirror of
https://github.com/appium/appium.git
synced 2026-01-26 20:28:55 -06:00
update all examples to use correct desired caps
we don't want people getting confused!
This commit is contained in:
@@ -18,7 +18,8 @@ class TestSequenceFunctions(unittest.TestCase):
|
||||
self.driver = webdriver.Remote(
|
||||
command_executor='http://127.0.0.1:4723/wd/hub',
|
||||
desired_capabilities={
|
||||
'browserName': 'iOS',
|
||||
'browserName': '',
|
||||
'device': 'iPhone Simulator',
|
||||
'platform': 'Mac',
|
||||
'version': '6.0',
|
||||
'app': app
|
||||
|
||||
Reference in New Issue
Block a user