1.1.3 • Published 9 years ago

crawlkit-runner-accessibility-developer-tools v1.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Google Chrome Accessibility Developer Tools runner

Build status npm npm David node Commitizen friendly semantic-release

This runner can be used with CrawlKit in order to audit a website with the Google Chrome Accessibility Developer Tools.

Install

npm install crawlkit-runner-accessibility-developer-tools --save

Example

const CrawlKit = require('crawlkit');
const A11yDeveloperToolsRunner = require('crawlkit-runner-accessibility-developer-tools');

const crawler = new CrawlKit('http://your/page');
// You could add a finder here in order to audit a whole network of pages
crawler.addRunner('a11y-dev-tools', new A11yDeveloperToolsRunner());

crawler.crawl()
    .then((data) => {
        console.log(JSON.stringify(data.results, true, 2));
    }, (err) => console.error(err));

This project is in no way affiliated with Google, Inc.

1.1.3

9 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago