From the course: React: Accessibility

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using browser features for testing

Using browser features for testing - React.js Tutorial

From the course: React: Accessibility

Start my 1-month free trial

Using browser features for testing

- [Instructor] In this lesson, we'll talk about how to test accessibility with browser tools. I'll be using the browser Google Chrome in order to use one of my favorite tools made for developers: Lighthouse. Lighthouse is an open source automated tool for improving the quality of web pages. You can run it against any webpage. It has audits for performance, accessibility, progressive web apps, SEO, and more. Today we'll only be using the accessibility testing, but I'd recommend tinkering with the other tests outside of this lesson. We're going to run Lighthouse in Chrome DevTools. But it can also be accessed from the commands line or as a Node module. Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on the fly and diagnose problems quickly, which ultimately helps you build better web pages faster. In order to access Chrome DevTools, we…

Contents