Skip to content

Commit

Permalink
add features to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresalome committed Jan 31, 2014
1 parent bee88fc commit 4170c8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,18 @@ Add the library to your **composer.json**:
{
"require": {
"alexandresalome/php-webdriver": "~0.3"
"alexandresalome/php-webdriver": "~0.5"
}
}
Changelog
:::::::::

**v0.5**

* New methods to move mouse: ``$browser->moveTo()`` and ``$element->moveTo()``: moves mouse to absolute or relative position
* ``$browser->getText()``: returns text of the browser

**v0.4**

* ``timeout`` is now configurable in Behat extension
Expand Down

0 comments on commit 4170c8c

Please sign in to comment.