Skip to content

Commit 9103505

Browse files
Ishavyas9surishubham
authored andcommitted
Merge pull request #1158 from amanchopra1905/stage
playwright accessibility docs
1 parent 63ccdd3 commit 9103505

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-1
lines changed
12.4 MB
Binary file not shown.

docs/playwright-accessibility-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Now execute your tests and visit the [Automation Dashboard](https://accounts.lam
146146
node test
147147
```
148148

149-
<img loading="lazy" src={require('../assets/images/accessibility-testing/playwright-accessibility.png').default} alt="automation-dashboard" className="doc_img"/>
149+
<img loading="lazy" src={require('../assets/images/accessibility-testing/playwright/playwright-accessibility.png').default} alt="automation-dashboard" className="doc_img"/>
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
id: screen-reader-on-accessibility
3+
title: Screen Reader
4+
sidebar_label: Screen Reader
5+
description: Test your app's accessibility with LambdaTest's Screen Reader as per the WCAG standards.
6+
keywords:
7+
- screen reader
8+
- framework on lambdatest
9+
- accessibility
10+
url: https://www.lambdatest.com/support/docs/screen-reader-on-accessibility/
11+
site_name: LambdaTest
12+
slug: screen-reader-on-accessibility/
13+
---
14+
15+
<script type="application/ld+json"
16+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
17+
"@context": "https://schema.org",
18+
"@type": "BreadcrumbList",
19+
"itemListElement": [{
20+
"@type": "ListItem",
21+
"position": 1,
22+
"name": "Home",
23+
"item": "https://www.lambdatest.com"
24+
},{
25+
"@type": "ListItem",
26+
"position": 2,
27+
"name": "Support",
28+
"item": "https://www.lambdatest.com/support/docs/"
29+
},{
30+
"@type": "ListItem",
31+
"position": 3,
32+
"name": "Screen Reader on Accessibility",
33+
"item": "https://www.lambdatest.com/support/docs/screen-reader-on-accessibility/"
34+
}]
35+
})
36+
}}
37+
></script>
38+
A Screen Reader is an assistive technology tool that converts digital content on screens into audio output or Braille for users with visual impairments. More than a simple text-to-speech tool, it acts as a comprehensive digital interpreter, transforming complex visual interfaces into navigable auditory or tactile experiences. It helps users with visual disabilities to interact with digital content with unprecedented independence and depth.
39+
40+
## Why Do We Need Screen Readers?
41+
Screen readers are essential for making digital environments accessible to visually impaired users. It helps to:
42+
43+
- **Enhance Inclusivity :** Users with visual disabilities can access and interact with websites, applications, and digital content.
44+
- **Support Compliance :** Ensure adherence to accessibility standards like WCAG (Web Content Accessibility Guidelines) and legal regulations such as ADA (Americans with Disabilities Act) or Section 508.
45+
- **Improve Usability :** Highlight areas where the user experience can be improved for all users, not just those with visual impairments.
46+
- **Boost Engagement :** Make websites and applications more usable for a diverse audience, improving user satisfaction and reach.
47+
48+
## Screen Reader Support in LambdaTest Accessibility Testing
49+
LambdaTest supports the following screen readers during Accessibility Testing:
50+
51+
- **NVDA (NonVisual Desktop Access)** – Windows
52+
- **VoiceOver** – macOS
53+
- **TalkBack** – Android
54+
> 📕 To learn more about using TalkBack for Android devices, refer to the [TalkBack Documentation](https://www.lambdatest.com/support/docs/screen-reader-on-real-devices-app/).
55+
56+
These tools allow developers and testers to evaluate how well their applications or websites perform for visually impaired users, ensuring accessibility compliance and usability.
57+
58+
<video class="right-side" width="100%" controls id="vid">
59+
<source src= {require('../assets/images/accessibility-testing/playwright/output.mp4').default} type="video/mp4" />
60+
</video>

0 commit comments

Comments
 (0)