You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| README.md | 5 years ago | |
| axe-cdp.js | 5 years ago | |
| package.json | 5 years ago | |
README.md
axe-chrome-debugging-protocol-example
This (very minimal) example demonstrates how to use axe-core with the Chrome Debugging Protocol.
The example does not have feature parity with axe-webdriverjs, and does not run on <iframe>s.
To run the example
- Ensure Node v8+ is installed and on
PATH - Move to the
doc/examples/chrome-debugging-protocoldirectory - Run
npm install - Run
google-chrome --headless --remote-debugging-port=9222. If you don't have agoogle-chromebinary, you can alias one withalias google-chrome='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome'on OSX. - Run
node axe-cdp.js http://www.deque.comto runaxe-corevia Puppeteer against http://www.deque.com and output results to the terminal