We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72741d commit 1435929Copy full SHA for 1435929
javascript/node/selenium-webdriver/CHANGES.md
@@ -1,5 +1,6 @@
1
## v.next
2
3
+* (__NOTICE__) The minimum supported version of Node is now 6.9.0 LTS
4
* Removed support for the SafariDriver browser extension. This has been
5
replaced by Apple's safaridriver, which is included wtih Safari 10
6
(available on OS X El Capitan and macOS Sierra).
javascript/node/selenium-webdriver/package.json
@@ -20,7 +20,7 @@
20
"url": "https://github.com/SeleniumHQ/selenium.git"
21
},
22
"engines": {
23
- "node": ">= 4.2.x"
+ "node": ">= 6.9.x"
24
25
"dependencies": {
26
"adm-zip": "0.4.4",
0 commit comments