@axe-core/webdriverjs 4.9.2-b1f3841.0 → 4.9.2-bf76a3c.0
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 +2 -0
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you
|
|
|
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
|
+
To install the latest version of Chromedriver globally, install browser-driver-manager: `npm install -g browser-driver-manager`. Then run `npx browser-driver-manager install chrome`.
|
|
14
|
+
|
|
13
15
|
Install Selenium Webdriver: `npm install selenium-webdriver`
|
|
14
16
|
|
|
15
17
|
Install @axe-core/webdriverjs: `npm install @axe-core/webdriverjs`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/webdriverjs",
|
|
3
|
-
"version": "4.9.2-
|
|
3
|
+
"version": "4.9.2-bf76a3c.0+bf76a3c",
|
|
4
4
|
"description": "Provides a method to inject and analyze web pages using axe",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -70,7 +70,6 @@
|
|
|
70
70
|
],
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/chai": "^4.3.3",
|
|
73
|
-
"@types/chromedriver": "^81.0.1",
|
|
74
73
|
"@types/express": "^4.17.14",
|
|
75
74
|
"@types/mocha": "^10.0.0",
|
|
76
75
|
"@types/node": "^20.8.10",
|
|
@@ -78,7 +77,6 @@
|
|
|
78
77
|
"async-listen": "^3.0.1",
|
|
79
78
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
|
80
79
|
"chai": "^4.3.6",
|
|
81
|
-
"chromedriver": "latest",
|
|
82
80
|
"express": "^4.18.2",
|
|
83
81
|
"mocha": "^10.0.0",
|
|
84
82
|
"nyc": "^15.1.0",
|
|
@@ -89,7 +87,7 @@
|
|
|
89
87
|
"typescript": "^5.2.2"
|
|
90
88
|
},
|
|
91
89
|
"dependencies": {
|
|
92
|
-
"axe-core": "~4.
|
|
90
|
+
"axe-core": "~4.10.0"
|
|
93
91
|
},
|
|
94
92
|
"peerDependencies": {
|
|
95
93
|
"selenium-webdriver": ">3.0.0-beta || >=2.53.1 || >4.0.0-alpha"
|
|
@@ -113,5 +111,5 @@
|
|
|
113
111
|
"functions": 85,
|
|
114
112
|
"lines": 85
|
|
115
113
|
},
|
|
116
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "bf76a3cc81dc977a17cded5d6f83ef2989ec1418"
|
|
117
115
|
}
|