pawcode / selenium-standalone
Standalone Selenium server versioned and packaged for composer. Selenium is a framework to facilitate automated browser testing.
2.44
2015-01-19 08:39 UTC
This package is not auto-updated.
Last update: 2024-11-05 04:09:20 UTC
README
This is a composer compatible version of the standalone Selenium server. It's designed to mirror the version numbers of selenium itself.
Installation
To include in your project, add the following line to your composer.json file:
"pawcode/selenium-standalone": 2.*
Or to have composer do it for you:
$ composer.phar require pawcode/selenium-standalone:2.x
Usage
Once in your project, you can run it from the vendor/bin
directory:
$ java -jar bin/selenium-standalone.jar