se/selenium-server-standalone

This package is abandoned and no longer maintained. No replacement package was suggested.

Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.

Package info

github.com/sveneisenschmidt/selenium-server-standalone

pkg:composer/se/selenium-server-standalone

Statistics

Installs: 3 462 233

Dependents: 85

Suggesters: 0

Stars: 89

Open Issues: 4

3.141.59 2019-12-23 12:37 UTC

Requires

None

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 ae8e6ab8833a662328bfbdd52aa05d038c65fd5a

  • Sven Eisenschmidt <sven.eisenschmidt.woop@gmail.com>
  • James Titcumb <hello.woop@jamestitcumb.com>

testingselenium


README

👁 Travis CI
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

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

Installation

Inside your composer-powered project

composer require se/selenium-server-standalone

Standalone

composer install

The command composer install will make the selenium executable from inside bin.

Usage

$ bin/selenium-server-standalone

Arguments are supported.

$ bin/selenium-server-standalone -port 4445

Known Issues

  1. Arguments/Web Driver configuration Due to changes how Selenium handles arguments/system properties (see Issue #2566), system properties (-D...) can not be passed though the bin/selenium-server-standalone file anymore, this affects mostly the web driver argument (-Dwebdriver.*.driver) (see Issue #17). The problem is solved by having the driver in your PATH variable.

Tests

bin/phpunit

Release numbers are synchronised with the Selenium versions. Version of this release is v3.141.59