0.36.0 • Published 3 months ago

@sitespeed.io/geckodriver v0.36.0

Weekly downloads
5,057
License
MIT
Repository
github
Last release
3 months ago

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.

0.36.0

3 months ago

0.35.0-1

8 months ago

0.35.0

10 months ago

0.34.0

1 year ago

0.33.0-b

2 years ago

0.33.0-c

2 years ago

0.32.2

2 years ago

0.33.0

2 years ago

0.32.0

3 years ago

0.31.0-b

3 years ago

0.31.0-c

3 years ago

0.31.0

3 years ago

0.30.0

3 years ago

0.29.1-3

3 years ago

0.29.1-2

4 years ago

0.29.1

4 years ago

0.29.0

4 years ago

0.28.0

5 years ago

0.27.0

5 years ago

0.26.0-d

5 years ago

0.26.0-c

5 years ago

0.26.0-b

5 years ago

0.26.0

6 years ago

0.25.0

6 years ago

0.24.0

6 years ago

0.23.1

7 years ago

0.23.0

7 years ago