0.34.0 • Published 5 months ago

@sitespeed.io/geckodriver v0.34.0

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

GECKO# 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.34.0

5 months ago

0.33.0-b

6 months ago

0.33.0-c

6 months ago

0.32.2

1 year ago

0.33.0

1 year ago

0.32.0

1 year ago

0.31.0-b

2 years ago

0.31.0-c

2 years ago

0.31.0

2 years ago

0.30.0

2 years ago

0.29.1-3

2 years ago

0.29.1-2

3 years ago

0.29.1

3 years ago

0.29.0

3 years ago

0.28.0

4 years ago

0.27.0

4 years ago

0.26.0-d

4 years ago

0.26.0-c

4 years ago

0.26.0-b

4 years ago

0.26.0

5 years ago

0.25.0

5 years ago

0.24.0

5 years ago

0.23.1

5 years ago

0.23.0

5 years ago