Google’s accessibility testing tools

Google Accessibility

Google is committed to helping everyone access and enjoy the web. This is why Google provides you with Accessibility testing tools you can use for FREE.

Cue in: “Google to the rescue!”

Let’s take a look at the tools Google offers to improve your website.

Google logo in a super hero shape because they provide accessibility testing tools
Google to the rescue

Google Lighthouse

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.

Google Lighthouse overview. (2016, September 27). Chrome Developers.

Access Google Lighthouse

Lighthouse tests your web pages for web accessibility violations and gives you a score so you know when you’re winning!

To find this free tool, follow the below steps:

  1. Open Google Chrome
  2. Go to a page on your website
  3. Open Developer Tools
    • Shortcuts:
      • Windows: Ctrl+Shift+I
      • Mac: Ctrl+Option+I
  4. Select the Lighthouse tab
  5. Under Modes leave the default Navigation
  6. Under Device select either Desktop or Mobile
    • Make time to check the other option. It’s good practice to check both to get a full understanding of your webpage.
  7. Under Categories, select Accessibility
  8. Click on Analyze page load button
  9. You’ll get a similar report to the one seen on the right.
    • The report gives you a score and a list of violations to fix with information on each violation.
Google Lighthouse logo; Lighthouse provides accessibility testing tools to check your pages for any accessibility issues
Google Lighthouse
Lighthouse sample report
A sample report by Google Lighthouse

Export your Lighthouse results

Google Lighthouse testing tool export options so that you can work on improving your web pages
Export options

Google Lighthouse offers the option to save your report so that you can share it with your team.

To save your report, select 3 dots on the top right of your Lighthouse tool window (next to the red arrow). Export your report in your preferred method.

To learn more about all the amazing things Lighthouse can do for you, visit Google’s Lighthouse overview page.

Chrome’s accessibility tree

Sometime in late 2021, Google published another accessibility tool that is very useful for visually seeing the text read off by a screen reader. It uses Chromium’s accessibility API to read web content.

I highly recommend this tool for testing your pages. It’s been a game-changer. I don’t have to run a screen reader to quickly test my website.

Activate accessibility tree

  1. Open Developer Tools
    • Shortcuts:
      • Windows: Ctrl+Shift+I
      • Mac: Ctrl+Option+I
  2. Open the settings menu
    • Shortcuts:
      • Windows: ? or F1
      • Mac: ? or Fn + F1
  1. Click on Experiments under the settings menu
  2. Type Accessibility in the filter
  3. Check (”ON”) the option Enable full accessibility tree view in the Elements panel
How to activate accessibility tree
Find accessibility tree

When you return to the Elements panel, you’ll see an icon of a little grey person on the top right. This is your toggle to turn on the accessibility tree. That cute little guy turns blue when the accessibility tree is on.

See Chrome’s accessibility tree in action