We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Axe-core is being actively updated and this library needs to keep up.
https://www.deque.com/blog/deque-releases-axe-core-4-1/
backend/package.json uses "axe-webdriverjs": "^2.2.0",
but that package has been depreciated. People are encouraged to use @axe-core/webdriverjs.
Install Selenium Webdriver: npm install selenium-webdriver --no-save
npm install selenium-webdriver --no-save
Install @axe-core/webdriverjs and its dependencies: npm install @axe-core/webdriverjs
npm install @axe-core/webdriverjs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Axe-core is being actively updated and this library needs to keep up.
https://www.deque.com/blog/deque-releases-axe-core-4-1/
backend/package.json uses
"axe-webdriverjs": "^2.2.0",
but that package has been depreciated. People are encouraged to use @axe-core/webdriverjs.
Install Selenium Webdriver:
npm install selenium-webdriver --no-save
Install @axe-core/webdriverjs and its dependencies:
npm install @axe-core/webdriverjs
The text was updated successfully, but these errors were encountered: