Skip to content

Commit e401593

Browse files
Update docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md
Co-authored-by: Thiago Veronese <[email protected]>
1 parent b5079dc commit e401593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const capabilities = {
8888
```js
8989
const capabilities = {
9090
platformName: 'iOS',
91-
'appium:platformVersion': '^1(7|8).*$', // The ios Drvier will work only on ios 17 devices and above
91+
'appium:platformVersion': '^1(7|8).*$', // The iOS driver will work only on devices running iOS 17 and above
9292
'appium:automationName': 'AxeXCUITEST', // New Automation name goes here
9393
'appium:app': 'storage:filename=XXXXXXXXXx',
9494
'appium:appPackage': 'xxxxxxxxxx',

0 commit comments

Comments
 (0)