Skip to content

Commit

Permalink
updated to chromedriver 106
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwardman authored and giggio committed Sep 29, 2022
1 parent 3105cf9 commit 1c2229f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chromedriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getPortFromArgs(args) {
}
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
exports.path = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
exports.version = '105.0.5195.52';
exports.version = '106.0.5249.61';
exports.start = function (args, returnPromise) {
let command = exports.path;
if (!fs.existsSync(command)) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromedriver",
"version": "105.0.1",
"version": "106.0.0",
"keywords": [
"chromedriver",
"selenium"
Expand Down

0 comments on commit 1c2229f

Please sign in to comment.