Socket
Socket
Sign inDemoInstall

selenium-standalone

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-standalone - npm Package Compare versions

Comparing version 2.39.0-2.8.0-1 to 2.39.0-2.8.0-2

5

index.js

@@ -14,4 +14,3 @@ var spawn = require('child_process').spawn;

function standalone(spawnOptions, seleniumArgs) {
process.on('SIGINT', kill);
process.on('exit', kill);
process.on('SIGTERM', kill);

@@ -31,3 +30,3 @@ spawnOptions = spawnOptions || { stdio: 'inherit' };

if (selenium) {
selenium.kill('SIGKILL');
selenium.kill('SIGTERM');
selenium = null;

@@ -34,0 +33,0 @@ }

2

package.json
{
"name": "selenium-standalone",
"version": "2.39.0-2.8.0-1",
"version": "2.39.0-2.8.0-2",
"description": "installs a `start-selenium` command line to start a standalone selenium server with chrome-driver",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -6,3 +6,3 @@ # selenium-standalone

Currently installs selenium `2.37.0` and chrome driver `2.6`.
Currently installs selenium `2.39.0` and chrome driver `2.8`.

@@ -20,2 +20,12 @@ ```shell

## Running headlessly
On linux,
To run headlessly, you can use [xvfb](http://en.wikipedia.org/wiki/Xvfb):
```shell
xvfb-run --server-args="-screen 0, 1366x768x24" start-selenium
```
## Available browsers

@@ -22,0 +32,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc