updated CHANGELOG
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -115,6 +115,7 @@ Last, all the casper test suites have been upgraded to use the new testing featu | ... | @@ -115,6 +115,7 @@ Last, all the casper test suites have been upgraded to use the new testing featu |
115 | - merged [#427](https://github.com/n1k0/casperjs/issues/427) - Added `keepFocus` option to `Casper#sendKeys()` | 115 | - merged [#427](https://github.com/n1k0/casperjs/issues/427) - Added `keepFocus` option to `Casper#sendKeys()` |
116 | - fixed [#441](https://github.com/n1k0/casperjs/issues/441) - added `--ssl-protocol` option support to the `casperjs` executable | 116 | - fixed [#441](https://github.com/n1k0/casperjs/issues/441) - added `--ssl-protocol` option support to the `casperjs` executable |
117 | - Added [`Casper#fillSelectors()`](http://docs.casperjs.org/en/latest/modules/casper.html#fillselectors) and [`Casper#fillXPath()`](http://docs.casperjs.org/en/latest/modules/casper.html#fillxpath) | 117 | - Added [`Casper#fillSelectors()`](http://docs.casperjs.org/en/latest/modules/casper.html#fillselectors) and [`Casper#fillXPath()`](http://docs.casperjs.org/en/latest/modules/casper.html#fillxpath) |
118 | - Added [`Casper#getElementsAttribute()`](http://docs.casperjs.org/en/latest/modules/casper.html#getelementsattribute) and [`Casper#getElementsInfo()`](http://docs.casperjs.org/en/latest/modules/casper.html#getelementsinfo) | ||
118 | - `cli`: Now dropping an arg or an option will be reflected in their *raw* equivalent | 119 | - `cli`: Now dropping an arg or an option will be reflected in their *raw* equivalent |
119 | - `cli.get()` now supports fallback values | 120 | - `cli.get()` now supports fallback values |
120 | 121 | ... | ... |
-
Please register or sign in to post a comment