Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Merged
merged 3 commits into from
Jul 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This package is a fork of instaclick/php-webdriver that works with newer
versions of Selenium.

# WebDriver for Selenium 2
alexpott marked this conversation as resolved.
Show resolved Hide resolved
This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/instaclick/php-webdriver/tree/upstream)
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,12 +12,12 @@ 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
alexpott marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading