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.
1 parent 7c29f28 commit 5a1b3f0Copy full SHA for 5a1b3f0
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