Skip to content

Commit 5423bc3

Browse files
committed
add necessary ios attributes
1 parent cdbb692 commit 5423bc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ import unittest
7676
from appium import webdriver
7777
7878
desired_caps = {}
79+
desired_caps['platformName'] = 'iOS'
80+
desired_caps['platformVerison'] = '7.1'
81+
desired_caps['deviceName'] = 'iPhone Simulator'
7982
desired_caps['app'] = PATH('../../apps/UICatalog.app.zip')
8083
8184
self.driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps)

0 commit comments

Comments
 (0)