New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webdriver-installer

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-installer

Install the right WebDriver version for your local browsers, automatically.

latest
Source
npmnpm
Version
1.3.2
Version published
Weekly downloads
4.9K
-15.3%
Maintainers
2
Weekly downloads
 
Created
Source

WebDriver Installer for NodeJS

Install the right WebDriver version for your local browsers, automatically.

This tool will check the versions of your local browsers, determine the correct version of each corresponding WebDriver binary, and download and install the driver binaries automatically.

It can be run as a command-line tool, or as a Node module.

Installation

To install the tool globally for CLI usage:

npm install -g webdriver-installer

CLI Usage

Here's an example of CLI usage:

webdriver-installer /path/to/webdriver-binaries/

Module Usage

const {installWebDrivers} = require('webdriver-installer');

async function foo() {
  const withLogging = true;
  await installWebDrivers('/path/to/webdriver-binaries/', withLogging);
}

Keywords

webdriver

FAQs

Package last updated on 09 Feb 2026

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