lullabot / php-webdriver
PHP WebDriver for Selenium 2
Installs: 1 183 979
Dependents: 7
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 62
Open Issues: 0
Requires
- php: >=8.0.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: ^8.5 || ^9.5
Replaces
- instaclick/php-webdriver: 1.4.16
- dev-main
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 2.0.0-RC9
- 2.0.0-RC8
- 2.0.0-RC7
- 2.0.0-RC6
- 2.0.0-RC5
- 2.0.0-RC4
- 2.0.0-RC3
- 2.0.0-RC2
- 2.0.0-RC1
- 2.0.0-BETA
- 1.x-dev
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2
- 1.1.1
- 1.1
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- dev-justafish/mixed-property
- dev-w3c-compat
- dev-justafish/unset-name
- dev-justafish/replace-composer
- dev-justafish-patch-1
- dev-ci-dev
This package is auto-updated.
Last update: 2024-11-05 13:35:18 UTC
README
This package is a fork of instaclick/php-webdriver that works with newer versions of Selenium.
WebDriver for Selenium 4
This WebDriver client implementation is based on Meta/Facebook's original php-webdriver project by Justin Bishop. Meta/Facebook's current php-webdriver is a complete rewrite.
Distinguishing features:
- Up-to-date with WebDriver: W3C Editor's Draft 25 Octoberl 2022
- Up-to-date with Selenium 2 JSON Wire Protocol (including WebDriver commands yet to be documented).
- In the main branch, class names and file organization follow PSR-0 conventions for namespaces.
- Coding style follows PSR-1, PSR-2, and Symfony2 conventions.
- Auto-generate API documentation via phpDocumentor 2.x.