carnage / selenium
Selenium test framework
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/carnage/selenium
Requires
- facebook/webdriver: ~1.1.1
- symfony/console: ~2.8.3
This package is auto-updated.
Last update: 2025-09-16 05:36:37 UTC
README
A little wrapper around selenium web driver to make it a bit nicer to use.
See the file src/example.php for usage
Run with:
php /data/bin/console.php carnage-selenium:run-tests --test-suite ./src/hirepower.php --selenium-host http://localhost:4444/wd/hub --base-url http://localhost
For convenience, I have included a docker-compose file which will spin up a selenium grid