Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
selenium-drivers
Advanced tools
Node.js binding for selenium browser drivers. Sets up your system environment and keeps drivers up to date for various browsers and operating systems.
Node.js binding for selenium browser drivers. Sets up your system environment and keeps drivers up to date for various browsers and operating systems.
Make sure your OS & Browser are supported!
var webDriver = require('selenium-webdriver');
var seleniumDrivers = require('selenium-drivers');
seleniumDrivers.init({
browserName: 'chrome',
download: true
}).then(function () {
var driver = new webDriver.Builder()
.forBrowser('chrome')
.build();
driver.get('http://www.google.com/ncr');
});
browserName
: ('chrome' | 'firefox' | 'internet explorer' | 'safari') specify browser namesilent
: (true | false) set to false for verbose output (default: true
)download
: (true | false) disable driver download (default: true
)deactivate
: (true | false) deactivate library (useful when running with custom browser capabilities where driver is provided,
eg: for sauceLabs, or browserStack) (default: false
)Browser | Operating Systems |
---|---|
Chrome | macOS_64, Windows7,8,10 |
Firefox | macOS_64, Windows7,8,10 |
Internet Explorer | Windows7,8,10 |
Safari | macOS >= ElCaptain |
FAQs
Node.js binding for selenium browser drivers. Sets up your system environment and keeps drivers up to date for various browsers and operating systems.
The npm package selenium-drivers receives a total of 66 weekly downloads. As such, selenium-drivers popularity was classified as not popular.
We found that selenium-drivers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.