Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

selenium-standalone

Package Overview
Dependencies
Maintainers
0
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-standalone - npm Package Versions

1
17

3.1.2

Diff

Changelog

Source

3.1.2 (2015-01-17)

  • try to force npm to publish
vvo
published 3.1.0 •

Changelog

Source

3.1.0 (2015-01-17)

  • add opts.logger to install(), defaults to noop
    • add opts.progressCb to install(opts), now you can receive progress information
    • log more info when installing: source, destination
    • show progress when installing
    • check for pathsexistence before starting and error accordingly
    • add opts.spawnCb to start(), now you can receive the spawned process asap
    • more tests
    • readme tweaks
vvo
published 3.0.3 •

Changelog

Source

3.0.3 (2015-01-10)

  • inform user that start-selenium is deprecated
vvo
published 3.0.2 •

Changelog

Source

3.0.2 (2015-01-10)

  • ie fix
vvo
published 3.0.1 •

Changelog

Source

3.0.1 (2015-01-10)

  • ie fix
vvo
published 3.0.0 •

Changelog

Source

3.0.0 (2015-01-10)

  • complete refactoring
    • command line is now named selenium-standalone
    • you must use selenium-standalone install and then selenium-standalone start
    • programmatic API changed too, require('selenium-standalone').install(cb) or require('selenium-standalone').start(cb)
    • using the programmatic API, you must kill the server yourself, the child_process is sent in the start callback: cb(err, cp)
    • you can now install and start different selenium versions and drivers versions
vvo
published 2.44.0-7 •

Changelog

Source

2.44.0-7 (2015-01-04)

  • fix start-selenium when port is not 4444
vvo
published 2.44.0-6 •

Changelog

Source

2.44.0-6 (2015-01-03)

  • add tests on new cb() functionnality
    • backward compat for people not using a cb
    • lower down callback loop to 200ms
vvo
published 2.44.0-5 •

Changelog

Source

2.44.0-5 (2015-01-03)

  • fix start-selenium command line (missing callback)
vvo
published 2.44.0-4 •

Changelog

Source

2.44.0-4 (2015-01-02)

  • programmatic API now exposes a callback to inform when selenium has started
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