Install And Launch Chromedriver For Mac, Linux Or Windows. - GitHub
Maybe your like
- 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 0
- Actions
- Projects 0
- Security 0
- Insights
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory219 Commits | ||||
| .github/workflows | .github/workflows | |||
| .eslintrc.json | .eslintrc.json | |||
| .gitignore | .gitignore | |||
| LICENSE | LICENSE | |||
| README.md | README.md | |||
| check-latest.js | check-latest.js | |||
| index.js | index.js | |||
| install.js | install.js | |||
| package-lock.json | package-lock.json | |||
| package.json | package.json | |||
| release.sh | release.sh | |||
| test.js | test.js | |||
| View all files | ||||
Repository files navigation
- README
- MIT license
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 binPathYou 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.jsIf 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
ReadmeLicense
MIT licenseUh oh!
There was an error while loading. Please reload this page.
Activity Custom propertiesStars
4 starsWatchers
1 watchingForks
3 forks Report repositoryReleases
87 tagsPackages 0
No packages publishedUh 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%
Tag » Where To Put Chromedriver Mac
-
How To Install Chrome Driver On Mac - Software Test Academy
-
Installing Selenium And ChromeDriver On OS X - Jonathan Soma
-
Using Selenium On Mac Chrome - Stack Overflow
-
Installing ChromeDriver On MacOS - Chris Kenst
-
How To Install Chromedriver On A Mac - YouTube
-
How To Install Selenium Chrome Driver On Mac - YouTube
-
How To Setup Chrome Driver With Selenium On MacOS - Edureka
-
ChromeDriver - WebDriver For Chrome
-
How To Setup Chrome Driver With Selenium On MacOS? - Tutorialspoint
-
Installing Chromedriver On Mac| Launch Chrome Browser On Mac
-
How To Run Selenium Tests On Chrome Using ChromeDriver
-
How To Install Chromedriver For Mac OS X / Selenium / Python
-
Installing Selenium For Python On MacOS With ChromeDriver
-
Install Chromedriver On MacOS With MacPorts