From e40159394b311ac04891d54e81736e58728e6f89 Mon Sep 17 00:00:00 2001 From: bahrimootaz <105734428+bahrimootaz@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:53:14 +0100 Subject: [PATCH] Update docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md Co-authored-by: Thiago Veronese <59449233+thiagosaucelabs@users.noreply.github.com> --- .../automated-testing/appium/appium-2-deque-drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md b/docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md index 40708aca9a..cb52e9fd9f 100644 --- a/docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md +++ b/docs/mobile-apps/automated-testing/appium/appium-2-deque-drivers.md @@ -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 'appium:app': 'storage:filename=XXXXXXXXXx', 'appium:appPackage': 'xxxxxxxxxx',