updated CHANGELOG
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -7,6 +7,7 @@ XXXX-XX-XX, v1.0.0 | ... | @@ -7,6 +7,7 @@ XXXX-XX-XX, v1.0.0 |
7 | This version is yet to be released. | 7 | This version is yet to be released. |
8 | 8 | ||
9 | - fixed [#259](https://github.com/n1k0/casperjs/issues/259) - enhanced `Tester.assertField()` method, which can now tests for other field types than `input`s. | 9 | - fixed [#259](https://github.com/n1k0/casperjs/issues/259) - enhanced `Tester.assertField()` method, which can now tests for other field types than `input`s. |
10 | - added [`Casper.echo()`](http://casperjs.org/api.html#clientutils.echo) to print a message to the casper console from the remote DOM environment | ||
10 | - added [`Casper.waitForText()`](http://casperjs.org/api.html#casper.waitForText) to wait for a given text to be present in page HTML contents | 11 | - added [`Casper.waitForText()`](http://casperjs.org/api.html#casper.waitForText) to wait for a given text to be present in page HTML contents |
11 | - added [`ClientUtils.getFieldValue()`](http://casperjs.org/api.html#clientutils.getFieldValue) | 12 | - added [`ClientUtils.getFieldValue()`](http://casperjs.org/api.html#clientutils.getFieldValue) |
12 | 13 | ... | ... |
-
Please register or sign in to post a comment