instaclick / php-webdriver
PHP WebDriver for Selenium 2
Installs: 57 156 357
Dependents: 20
Suggesters: 0
Security: 0
Stars: 434
Watchers: 15
Forks: 62
Open Issues: 7
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: 2025-03-29 08:10:57 UTC
README
This "classic" W3C WebDriver client implementation is based on the php-webdriver project by Justin Bishop. Originally conceived as a thin wrapper around the JSON Wire Protocol, the client has been refactored to work with the W3C WebDriver Protocol, with some fallback/emulation for older drivers. We'll continue to track changes to the specs but there are no immediate plans to add WebDriver-BiDi support.
If you are starting a new project (using PHP 7.3 or above), you should consider using Meta/Facebook's completely rewritten (and more actively maintained) php-webdriver.
Distinguishing features:
- Up-to-date with:
- 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.
Links
Notes
- The 1.x branch is up-to-date with the legacy Selenium 2 JSON Wire Protocol.
- 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.