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.
- 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.