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 b5079dc commit e401593Copy full SHA for e401593
docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md
@@ -88,7 +88,7 @@ const capabilities = {
88
```js
89
const capabilities = {
90
platformName: 'iOS',
91
- 'appium:platformVersion': '^1(7|8).*$', // The ios Drvier will work only on ios 17 devices and above
+ 'appium:platformVersion': '^1(7|8).*$', // The iOS driver will work only on devices running iOS 17 and above
92
'appium:automationName': 'AxeXCUITEST', // New Automation name goes here
93
'appium:app': 'storage:filename=XXXXXXXXXx',
94
'appium:appPackage': 'xxxxxxxxxx',
0 commit comments