Skip to content

Commit f718bfa

Browse files
committed
Add some clarifications about the library status in README
1 parent c1e0de0 commit f718bfa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
## Description
88
Php-webdriver library is PHP language binding for Selenium WebDriver, which allows you to control web browsers from PHP.
99

10-
This WebDriver client aims to be as close as possible to bindings in other languages.
11-
The concepts are very similar to the Java, .NET, Python and Ruby bindings for WebDriver.
10+
This library is compatible with Selenium server version 2.x and 3.x.
11+
It implements the [JsonWireProtocol](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol), which is currently supported
12+
by the Selenium server and will also implement the [W3C WebDriver](https://w3c.github.io/webdriver/webdriver-spec.html) specification in the future.
1213

13-
This is new version of PHP client, rewritten from scratch starting 2013.
14-
Using the old version? Check out Adam Goucher's fork of it at https://github.com/Element-34/php-webdriver
14+
The concepts of this library are very similar to the "official" Java, .NET, Python and Ruby bindings from the
15+
[Selenium project](https://github.com/SeleniumHQ/selenium/).
16+
17+
**This is new version of PHP client, rewritten from scratch starting 2013.**
18+
Using the old version? Check out [Adam Goucher's fork](https://github.com/Element-34/php-webdriver) of it.
1519

1620
Looking for API documentation of php-webdriver? See http://facebook.github.io/php-webdriver/
1721

0 commit comments

Comments
 (0)