emagister/selenium-server

Composer distribution of Selenium Server Standalone, the browser automation framework.

Installs: 29 238

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 25

Forks: 8

Open Issues: 1

pkg:composer/emagister/selenium-server

v2.52.1 2016-03-10 08:21 UTC

This package is auto-updated.

Last update: 2025-09-16 22:10:34 UTC


README

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:

  1. Add the following line to your composer.json configuration file: "emagister/selenium-server": "2.*". It should look like this:
{
        "config": {
            "bin-dir": "bin/"
        },
        "minimum-stability": "stable",
        "require": {
            "emagister/selenium-server": "2.*"
        }
}
  1. Execute the following command in the home directory of your project: php composer.phar install

  2. And you're ready to go! Now you can launch the selenium server from the corresponding directory (in this case "bin"): java -jar bin/selenium-server.jar