Socket
Book a DemoInstallSign in
Socket

@sitespeed.io/geckodriver

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitespeed.io/geckodriver

Install and launch Geckodriver for Mac, Linux or Windows.

0.36.0
latest
Source
npmnpm
Version published
Weekly downloads
1.7K
1.17%
Maintainers
3
Weekly downloads
 
Created
Source

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.

Keywords

webdriver

FAQs

Package last updated on 12 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.