instaclick / php-webdriver
PHP WebDriver for Selenium 2
Installs: 54 896 246
Dependents: 21
Suggesters: 0
Security: 0
Stars: 436
Watchers: 17
Forks: 62
Open Issues: 12
Requires
- php: >=5.3.2
- ext-curl: *
Requires (Dev)
- php: >=7.1
- phpunit/phpunit: ^8.5 || ^9.5
- dev-master / 2.0.x-dev
- 2.0.0-RC10
- 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.19
- 1.4.18
- 1.4.17
- 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-w3c-first
- dev-events
This package is auto-updated.
Last update: 2024-10-19 03:43:21 UTC
README
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 master 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.
Links
Notes
- The 5.2.x branch is no longer maintained. This branch features class names and file re-organization that follow PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.