You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See https://code.google.com/p/selenium/wiki/DesiredCapabilities for more details.
80
+
* See https://code.google.com/p/selenium/wiki/DesiredCapabilities for more details.
81
81
82
-
## RUN UNIT TESTS
83
-
84
-
To run unit tests simply run:
85
-
86
-
./vendor/bin/phpunit -c ./tests
87
-
88
-
Note: For the functional test suite, a running selenium server is required.
82
+
## Changelog
83
+
For latest changes see [CHANGELOG.md](CHANGELOG.md) file.
89
84
90
85
## MORE INFORMATION
91
86
@@ -118,3 +113,11 @@ We love to have your help to make php-webdriver better. Feel free to
118
113
119
114
When you are going to contribute, please keep in mind that this webdriver client aims to be as close as possible to other languages Java/Ruby/Python/C#.
120
115
FYI, here is the overview of [the official Java API](http://selenium.googlecode.com/svn/trunk/docs/api/java/index.html?overview-summary.html)
116
+
117
+
### Run unit tests
118
+
119
+
To run unit tests simply run:
120
+
121
+
./vendor/bin/phpunit -c ./tests
122
+
123
+
Note: For the functional test suite, a running selenium server is required.
0 commit comments