Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: giggio/node-chromedriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 122.0.3
Choose a base ref
...
head repository: giggio/node-chromedriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 122.0.4
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 28, 2024

  1. Bump version to 122.0.4

    giggio committed Feb 28, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    f4a0d7b View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 lib/chromedriver.js
  2. +2 −2 package-lock.json
  3. +1 −1 package.json
2 changes: 1 addition & 1 deletion lib/chromedriver.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ function getPortFromArgs(args) {
}
process.env.PATH = path.join(__dirname, 'chromedriver') + path.delimiter + process.env.PATH;
const crpath = process.platform === 'win32' ? path.join(__dirname, 'chromedriver', 'chromedriver.exe') : path.join(__dirname, 'chromedriver', 'chromedriver');
const version = '122.0.6261.69';
const version = '122.0.6261.94';
let defaultInstance = null;

function start(args, returnPromise) {
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "122.0.3",
"version": "122.0.4",
"keywords": [
"chromedriver",
"selenium"