1.1.9 • Published 9 months ago

webdriver-installer v1.1.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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);
}
1.1.9

9 months ago

1.1.8

9 months ago

1.1.7

9 months ago

1.1.6

10 months ago

1.1.5

1 year ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago