warwar / selenium-server-standalone
Composer distribution of Selenium Server Standalone, the browser automation framework. Adds a executable to your composer bin directory.
v3.3.1-p3
2017-03-15 16:56 UTC
Requires
- enm1989/geckodriver: ^0.15.0
Requires (Dev)
- enm1989/geckodriver: ^0.15.0
- phpunit/phpunit: ~4.0
README
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
- Arguments/Web Driver configuration
Due 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 yourPATH
variable.
Tests
bin/phpunit
Release numbers are synchronised with the Selenium versions. Version of this release is v3.2.0