Skip to content

Commit

Permalink
Merge pull request #13 from Lullabot/FiX-Readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
longwave authored Jul 4, 2024
2 parents 55fb15b + b695c8c commit c18854b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
This package is a fork of instaclick/php-webdriver that works with newer
versions of Selenium.

# WebDriver for Selenium 2
This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/instaclick/php-webdriver/tree/upstream)
# WebDriver for Selenium 4
This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/lullabot/php-webdriver/tree/upstream)
project by Justin Bishop. Meta/Facebook's current [php-webdriver](https://github.com/php-webdriver/php-webdriver) is a complete rewrite.

Distinguishing features:
Expand All @@ -12,13 +12,10 @@ Distinguishing features:
* Coding style follows PSR-1, PSR-2, and Symfony2 conventions.
* Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/).

[![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver)
[![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver)
[![Latest Stable Version](https://poser.pugx.org/lullabot/php-webdriver/v/stable.png)](https://packagist.org/packages/lullabot/php-webdriver)
[![Total Downloads](https://poser.pugx.org/lullabot/php-webdriver/downloads.png)](https://packagist.org/packages/lullabot/php-webdriver)

## Links
* [Packagist](http://packagist.org/packages/instaclick/php-webdriver)
* [Github](https://github.com/instaclick/php-webdriver)
* [Packagist](http://packagist.org/packages/lullabot/php-webdriver)
* [Github](https://github.com/lullabot/php-webdriver)
* [W3C/WebDriver](https://github.com/w3c/webdriver)

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

0 comments on commit c18854b

Please sign in to comment.