From 7fdb0705392c38781775ac491551d2e079616e95 Mon Sep 17 00:00:00 2001 From: Tejas Amle Date: Sat, 22 Nov 2025 13:47:20 +0530 Subject: [PATCH] changes in app accessibility doc --- docs/accessibility-app-scanner.md | 2 +- docs/accessibility-native-app-automation-test.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/accessibility-app-scanner.md b/docs/accessibility-app-scanner.md index 551345ca..0583af9f 100644 --- a/docs/accessibility-app-scanner.md +++ b/docs/accessibility-app-scanner.md @@ -47,7 +47,7 @@ LambdaTest offers a powerful Accessibility Scanner for native Android and iOS ap ## Prerequisites - You must have access to the LambdaTest Real Device Cloud. - Your Android app (.apk or .aab) or iOS app should be uploaded to the platform. -- Ensure you have enabled the Accessibility feature from your account or project settings, if applicable. + ## Steps to perform Accessibility Testing using the App Scanner ### Step 1: Navigate to the Accessibility Section diff --git a/docs/accessibility-native-app-automation-test.md b/docs/accessibility-native-app-automation-test.md index 9ce879d4..be679e79 100644 --- a/docs/accessibility-native-app-automation-test.md +++ b/docs/accessibility-native-app-automation-test.md @@ -54,7 +54,7 @@ Before getting started, ensure the following: - You have a LambdaTest account. - LambdaTest credentials (username & access key). - App uploaded to LambdaTest App Storage (lt://APP_ID). -- Access to a valid Android device on LambdaTest (real or virtual). +- Access to a valid Android or iOS device on LambdaTest. > Native app accessibility automation supports both Android and iOS applications. @@ -190,8 +190,8 @@ driver.execute_script("lambda-accessibility-scan") driver.quit() ``` -> For iOS accessibility automation, ensure you're targeting **iOS 15** or later and include the `"iosLiveInteraction": true` capability in your configuration. -> +> App Accessibility automation is available for iOS 16.5 and later versions. + ## Step 4: Execute and Monitor your Tests Run the following command in the directory where your project has been saved to execute your build.