@sitespeed.io/geckodriver v0.36.0
Geckodriver
This is a simple package that downloads Geckodriver and provides a node api for accessing the path to the binary. With this package we try to minimize dependencies.
How to use?
const driver = require('@sitespeed.io/geckodriver');
const binPath = driver.binPath();
// launch geckodriver from binPath
You can override where you download the Geckodriver by setting process.env.GECKODRIVER_BASE_URL. You can skip donwloading Geckodriver by setting process.env.GECKODRIVER_SKIP_DOWNLOAD.
You can download another Geckodriver version by setting process.env.GECKODRIVER_VERSION.
GECKODRIVER_VERSION=0.26.0 node install.js
If you don't set a version, the version in the package.json is used.
3 months ago
8 months ago
10 months ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago