Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/accessibility-app-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/accessibility-native-app-automation-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
Loading