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: 134.0.5
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: 135.0.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 2, 2025

  1. Bump version to 135.0.0

    giggio committed Apr 2, 2025
    Copy the full SHA
    448ec4b 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 = '134.0.6998.165';
const version = '135.0.7049.42';
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": "134.0.5",
"version": "135.0.0",
"keywords": [
"chromedriver",
"selenium"