Install And Launch Chromedriver For Mac, Linux Or Windows. - GitHub

Skip to content Dismiss alert {{ message }} / chromedriver Public
  • Notifications You must be signed in to change notification settings
  • Fork 3
  • Star 4

Install and launch Chromedriver for Mac, Linux or Windows.

License

MIT license 4 stars 3 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings
  • Code
  • Issues 1
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options sitespeedio/chromedriver  mainBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

219 Commits
.github/workflows.github/workflows  
.eslintrc.json.eslintrc.json  
.gitignore.gitignore  
LICENSELICENSE  
README.mdREADME.md  
check-latest.jscheck-latest.js  
index.jsindex.js  
install.jsinstall.js  
package-lock.jsonpackage-lock.json  
package.jsonpackage.json  
release.shrelease.sh  
test.jstest.js  
View all files

Repository files navigation

  • README
  • MIT license
Chromedriver

This is a simple package that downloads Chromedriver and provides a node api for accessing the path to the binary. We want to keep this with minimimal dependencies.

How to use?

const driver = require('@sitespeed.io/chromedriver'); const binPath = driver.binPath(); // launch chromedriver from binPath

You can override where you download the Chromedriver by setting process.env.CHROMEDRIVER_BASE_URL. You can skip downloading the Chromedriver by setting process.env.CHROMEDRIVER_SKIP_DOWNLOAD.

You can download another Chromedriver version by setting process.env.CHROMEDRIVER_VERSION.

CHROMEDRIVER_VERSION=81.0.4044.20 node install.js

If you don't set a version, the version in the package.json is used.

About

Install and launch Chromedriver for Mac, Linux or Windows.

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity Custom properties

Stars

4 stars

Watchers

1 watching

Forks

3 forks Report repository

Releases

87 tags

Packages

No packages published

Uh oh!

There was an error while loading. Please reload this page.

Contributors 2

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • JavaScript 98.7%
  • Shell 1.3%
You can’t perform that action at this time.

Tag » Where To Put Chromedriver Mac