Skip to content

Instantly share code, notes, and snippets.

@osantana
Last active January 31, 2022 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osantana/48201cb267163c506f839fcde19faa96 to your computer and use it in GitHub Desktop.
Save osantana/48201cb267163c506f839fcde19faa96 to your computer and use it in GitHub Desktop.
| neumann johnathafelix/main ~/Work/experiments/node-chromedriver
$ npm install
> chromedriver@93.0.1 install
> node install.js
Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.
Downloading from file: https://chromedriver.storage.googleapis.com/93.0.4577.15/chromedriver_mac64_m1.zip
Saving to file: /var/folders/68/xm9lt4hn05g87sh09p2ycb500000gn/T/93.0.4577.15/chromedriver/chromedriver_mac64_m1.zip
Received 1040K...
Received 2080K...
Received 3120K...
Received 4160K...
Received 5200K...
Received 6240K...
Received 7280K...
Received 7532K total.
Extracting zip contents to /var/folders/68/xm9lt4hn05g87sh09p2ycb500000gn/T/93.0.4577.15/chromedriver.
Copying from /var/folders/68/xm9lt4hn05g87sh09p2ycb500000gn/T/93.0.4577.15/chromedriver to target path /Users/osantana/Work/experiments/node-chromedriver/lib/chromedriver
Fixing file permissions.
Done. ChromeDriver binary available at /Users/osantana/Work/experiments/node-chromedriver/lib/chromedriver/chromedriver
added 67 packages, and audited 68 packages in 3s
1 package is looking for funding
run `npm fund` for details
1 high severity vulnerability
To address all issues, run:
npm audit fix
Run `npm audit` for details.
| neumann johnathafelix/main ~/Work/experiments/node-chromedriver
$ ~/Work/experiments/node-chromedriver/lib/chromedriver/chromedriver
Starting ChromeDriver 93.0.4577.15 (660fc11082ba57405eca2e8c49c3e1af756fbfae-refs/branch-heads/4577@{#203}) on port 9515
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment