Skip to content

Commit b93c62d

Browse files
Marc-Aurel Audoingiggio
Marc-Aurel Audoin
authored andcommittedOct 28, 2019
Bump ChromeDriver to 78.0.3904.70
1 parent 4c43b45 commit b93c62d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎lib/chromedriver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function getPortFromArgs(args) {
1717
}
1818
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
1919
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
20-
exports.version = '77.0.3865.40';
20+
exports.version = '78.0.3904.70';
2121
exports.start = function(args, returnPromise) {
2222
let command = exports.path;
2323
if (!fs.existsSync(command)) {

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromedriver",
3-
"version": "77.0.0",
3+
"version": "78.0.0",
44
"keywords": [
55
"chromedriver",
66
"selenium"

0 commit comments

Comments
 (0)
Please sign in to comment.