- NPM
- NodeJS
- Selenium Webdriverjs
Then simple run "npm i" to install all of the dependencies
The first thing to do in your project is install @axe-core/webdriverjs package. This package is an axe-core integration that actually works in tandem with WebDriver (Selenium) to do all of the axe-core injection into the browser for you!
In order to use axe with Appium we will need to install axe-cores webdriverjs package.
"@axe-core/webdriverjs": "^4.3.1",
