Download the PHP package edysanchez/selenium-server without Composer
On this page you can find all versions of the php package edysanchez/selenium-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edysanchez/selenium-server
More information about edysanchez/selenium-server
Files in edysanchez/selenium-server
Package selenium-server
Short Description Composer distribution of Selenium Server Standalone, the browser automation framework.
License MIT
Homepage http://github.com/Emagister/selenium-server
Informations about the package selenium-server
Selenium server standalone
This repository allows you to have the latest stable version of Selenium server integrated into your projects. Selenium server standalone is a browser automation framework. We will maintain the repository updated with the latest stable version of Selenium.
Instructions:
-
Add the following line to your composer.json configuration file: . It should look like this:
-
Execute the following command in the home directory of your project:
- And you're ready to go! Now you can launch the selenium server from the corresponding directory (in this case "bin"):
Chrome Driver:
add the following arguments when running the selenium server. -Dwebdriver.chrome.driver="bin/chromedriver" -browser "browserName=chrome,version=17"