Is there an online emulating screen reader tool to test against a custom web page? [closed]
Asked Answered
C

1

21

We are concerned about accessibility on our web site and would like to see how it is perceived and decoded by a common screen reader?

Crazyweed answered 11/4, 2017 at 8:34 Comment(2)
Then use a screen reader. VoiceOver comes with macOS and iOS, Narrator comes with Windows, TalkBack comes with Android, NVDA is free, JAWS has demo modes.Denoting
There is also assistivlabs.comDeckhand
D
34

No. At least not one that is any good nor represents how a screen reader actually reads a page or responds to ARIA.

The best answer is to test in real screen readers, ideally by getting real users as they know how to use these tools. Consider contacting your local blind association and see if they offer testing services.

Screen Readers

Each platform has a screen reader, most are built in. Windows has the most variety.

For Windows

  • Use Narrator (it is built in, though not very good right now it is getting much better). Use it with Edge.

  • Download the free NVDA screen reader (but please donate to support it). Use it with Firefox

  • Download JAWS and use it in 40 minute increments for free. Use it with IE11.

For macOS

For iOS

For Android

For Ubuntu

For ChromeOS

  • Use ChromeVox (but only use ChromeVox in this scenario, not as a plug-in for Chrome on Windows or macOS).

Resources

These are handy to get started with testing on your own. Keyboard shortcuts are necessary to use a screen reader well, beyond just hitting the Tab key over and over and over.

Denoting answered 12/4, 2017 at 11:50 Comment(9)
I'm here because of twitter.com/scottohara/status/852866736848293888Saddlery
What's wrong with the 50+ online accessibility checker tools that the W3 lists?Hume
@Hume those aren't screen reader emulators. An accessibility checker can only give a comparison against a spec, and even then it cannot test everything. It can also not account for the different features and quirks of screen readers. This 2012 piece outlines what can and cannot be tested and the author has much more to say on the topic on his site.Denoting
@Denoting you should really include some of that in your answer.Hume
@Hume The question was about screen reader emulators.Denoting
Echoing @aardrian, testing with real screen readers and real users is essential. I built assistivlabs.com to help with that — it's like a Browserstack for screen readers and other ATs — nothing is emulated. But please don't omit testing with real disabled users.Brentwood
Silktide seems promising, but still looking for something that can be integrated into E2E-tests or similar.Baize
Silktide emulates low-vision, not screen readers. Still handy for testing but not as a screen reader emulator.Denoting
For e2e tests have listed out screen reader automation tools as of 2023 in stackoverflow.com/a/75276390Recession

© 2022 - 2024 — McMap. All rights reserved.