We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c29f28 + 5a1b3f0 commit 2c88e3bCopy full SHA for 2c88e3b
README.md
@@ -77,7 +77,7 @@ from appium import webdriver
77
78
desired_caps = {}
79
desired_caps['platformName'] = 'iOS'
80
-desired_caps['platformVerison'] = '7.1'
+desired_caps['platformVersion'] = '7.1'
81
desired_caps['deviceName'] = 'iPhone Simulator'
82
desired_caps['app'] = PATH('../../apps/UICatalog.app.zip')
83
0 commit comments