Download the PHP package joomla-projects/selenium-server-standalone without Composer
On this page you can find all versions of the php package joomla-projects/selenium-server-standalone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joomla-projects/selenium-server-standalone
More information about joomla-projects/selenium-server-standalone
Files in joomla-projects/selenium-server-standalone
Package selenium-server-standalone
Short Description Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.
License Apache-2.0
Homepage https://github.com/joomla-projects/selenium-server-standalone
Informations about the package selenium-server-standalone
selenium-server-standalone
Composer distribution of Selenium Server Standalone, the browser automation framework.
Version
Release numbers are synchronised with the Selenium versions. Version of this release is v3.141.59
Selenium Changelog: https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG
Original jar files and checksums: http://selenium-release.storage.googleapis.com/index.html
Webdriver
- Google Chrome version 76.0.3809.68 (win/linux/mac)
- Internet Explorer 32-bit version 3.14.0 (win)
- Internet Explorer 64-bit version 3.14.0 (win)
- Microsoft Edge version FOD (win)
- Microsoft Edge Chromium version 77.0.223.0 (win/linux/mac)
- Firefox Gecko / Marionette Driver version 0.24 (win/linux/mac)
Installation
Inside your composer-powered project
Standalone
The command composer install
will make the selenium executable from inside bin
.
Usage
Arguments are supported.
To shut down Selenium you can visit:
Usage with PHP
If you want to launch Selenium from a PHP application, you could use the Selenium class.
Possible values for browser are chrome|firefox|MicrosoftEdge|internet explorer If you are in the Windows Insider program, you would need the edge-insiders browser. So set the insider flag to true.
Acknowledgements
This project was forked from the original https://github.com/sveneisenschmidt/selenium-server-standalone
Thanks to the Selenium Project