@axe-core/webdriverjs 4.3.3-alpha.225 → 4.3.3-alpha.226
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,13 +6,25 @@ Previous versions of this program were maintained at [dequelabs/axe-webdriverjs]
|
|
|
6
6
|
|
|
7
7
|
## Getting Started
|
|
8
8
|
|
|
9
|
-
Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already.
|
|
9
|
+
Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already.
|
|
10
10
|
|
|
11
11
|
> Download and install any necessary browser drivers on your machine's PATH. [More on Webdriver setup](https://www.selenium.dev/documentation/en/webdriver/).
|
|
12
12
|
|
|
13
13
|
Install Selenium Webdriver: `npm install selenium-webdriver --no-save`
|
|
14
14
|
|
|
15
|
-
Install @axe-core/webdriverjs and its dependencies:
|
|
15
|
+
Install @axe-core/webdriverjs and its dependencies:
|
|
16
|
+
|
|
17
|
+
NPM:
|
|
18
|
+
|
|
19
|
+
```console
|
|
20
|
+
npm install @axe-core/webdriverjs
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Yarn:
|
|
24
|
+
|
|
25
|
+
```console
|
|
26
|
+
yarn add @axe-core/webdriverjs
|
|
27
|
+
```
|
|
16
28
|
|
|
17
29
|
## Usage
|
|
18
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/webdriverjs",
|
|
3
|
-
"version": "4.3.3-alpha.
|
|
3
|
+
"version": "4.3.3-alpha.226+4d09009",
|
|
4
4
|
"description": "Provides a method to inject and analyze web pages using axe",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"functions": 85,
|
|
109
109
|
"lines": 85
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "4d09009bdf789a189761f56604d3f8200b4c7c74"
|
|
112
112
|
}
|