Skip to content

Commit 9ffd20b

Browse files
authored
Merge pull request #2302 from TejasAmle-Lambdatest/stage
changes in app accessibility doc
2 parents b991c32 + 7fdb070 commit 9ffd20b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/accessibility-app-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LambdaTest offers a powerful Accessibility Scanner for native Android and iOS ap
4747
## Prerequisites
4848
- You must have access to the LambdaTest Real Device Cloud.
4949
- Your Android app (.apk or .aab) or iOS app should be uploaded to the platform.
50-
- Ensure you have enabled the Accessibility feature from your account or project settings, if applicable.
50+
5151

5252
## Steps to perform Accessibility Testing using the App Scanner
5353
### Step 1: Navigate to the Accessibility Section

docs/accessibility-native-app-automation-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Before getting started, ensure the following:
5454
- You have a LambdaTest account.
5555
- LambdaTest credentials (username & access key).
5656
- App uploaded to LambdaTest App Storage (lt://APP_ID).
57-
- Access to a valid Android device on LambdaTest (real or virtual).
57+
- Access to a valid Android or iOS device on LambdaTest.
5858

5959
> Native app accessibility automation supports both Android and iOS applications.
6060
@@ -190,8 +190,8 @@ driver.execute_script("lambda-accessibility-scan")
190190
driver.quit()
191191
```
192192

193-
> For iOS accessibility automation, ensure you're targeting **iOS 15** or later and include the `"iosLiveInteraction": true` capability in your configuration.
194-
>
193+
> App Accessibility automation is available for iOS 16.5 and later versions.
194+
195195

196196
## Step 4: Execute and Monitor your Tests
197197
Run the following command in the directory where your project has been saved to execute your build.

0 commit comments

Comments
 (0)