Skip to content

Commit

Permalink
Update docs/mobile-apps/automated-testing/appium/appium-2-deque-drive…
Browse files Browse the repository at this point in the history
…rs.md

Co-authored-by: Thiago Veronese <[email protected]>
  • Loading branch information
bahrimootaz and thiagosaucelabs authored Nov 18, 2024
1 parent b5079dc commit e401593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const capabilities = {
```js
const capabilities = {
platformName: 'iOS',
'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
'appium:automationName': 'AxeXCUITEST', // New Automation name goes here

Check warning on line 92 in docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md#L92

[sauce.MeaningfulLinkWords] Improve SEO and accessibility by rewriting 'here' in the link text.
Raw output
{"message": "[sauce.MeaningfulLinkWords] Improve SEO and accessibility by rewriting 'here' in the link text.", "location": {"path": "docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md", "range": {"start": {"line": 92, "column": 71}}}, "severity": "WARNING"}
'appium:app': 'storage:filename=XXXXXXXXXx',
'appium:appPackage': 'xxxxxxxxxx',
Expand Down

0 comments on commit e401593

Please sign in to comment.