Composer distribution of Selenium Server Standalone, the browser automation framework.
composer require se/selenium-server-standalone
composer install
The command composer install
will make the selenium executable from inside bin
.
$ bin/selenium-server-standalone
Arguments are supported.
$ bin/selenium-server-standalone -port 4445
- 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 yourPATH
variable.
bin/phpunit
Release numbers are synchronised with the Selenium versions. Version of this release is v3.141.59