Composer distribution of Selenium Server Standalone, the browser automation framework.
Release numbers are synchronised with the Selenium versions. Version of this release is v3.0.1
Selenium Changelog: https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG
Original jar files and checksums: http://selenium-release.storage.googleapis.com/index.html
- Google Chrome version 2.25
- Internet Explorer 32-bit version 2.53.1
- Internet explorer 64-bit version 2.53.1
- Microsoft Edge version 3.14393
- Microsoft Edge Insiders version 3.14986
- Firefox Gecko / Marionette Driver version 0.11.1
composer require joomla-projects/selenium-server-standalonecomposer installThe command composer install will make the selenium executable from inside bin.
$ vendor/bin/selenium-server-standaloneArguments are supported.
$ vendor/bin/selenium-server-standalone -port 4445To shut down Selenium you can visit:
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServerThis project was forked from the original https://github.com/sveneisenschmidt/selenium-server-standalone
Thanks to the Selenium Project