File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
## Description
8
8
Php-webdriver library is PHP language binding for Selenium WebDriver, which allows you to control web browsers from PHP.
9
9
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.
12
13
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.
15
19
16
20
Looking for API documentation of php-webdriver? See http://facebook.github.io/php-webdriver/
17
21
You can’t perform that action at this time.
0 commit comments