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.
837816638@qq.com b02b851162
工商大学管理系统代码
5 years ago
..
README.md 工商大学管理系统代码 5 years ago
axe-puppeteer.js 工商大学管理系统代码 5 years ago
package.json 工商大学管理系统代码 5 years ago

README.md

axe-puppeteer-example

This (very minimal) example demonstrates how to use axe-core with Puppeteer.

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/puppeteer directory
  • Run npm install
  • Run node axe-puppeteer.js http://www.deque.com to run axe-core via Puppeteer against http://www.deque.com and output results to the terminal