updated CHANGELOG and doclink
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -45,7 +45,7 @@ That's especially useful in case a given test script is abruptly interrupted lea | ... | @@ -45,7 +45,7 @@ That's especially useful in case a given test script is abruptly interrupted lea |
45 | 45 | ||
46 | The whole [CapserJS test suite](https://github.com/n1k0/casperjs/tree/master/tests/) has been migrated to use this new feature. | 46 | The whole [CapserJS test suite](https://github.com/n1k0/casperjs/tree/master/tests/) has been migrated to use this new feature. |
47 | 47 | ||
48 | #### Support for popups | 48 | #### Experimental support for popups |
49 | 49 | ||
50 | PhantomJS 1.7 ships with support for new opened pages — aka popups. CasperJS can now wait for a popup to be opened and loaded to react accordingly using the new [`Casper.waitForPopup()`](http://casperjs.org/api.html#casper.waitForPopup) and [`Casper.withPopup()`](http://casperjs.org/api.html#casper.withPopup) methods: | 50 | PhantomJS 1.7 ships with support for new opened pages — aka popups. CasperJS can now wait for a popup to be opened and loaded to react accordingly using the new [`Casper.waitForPopup()`](http://casperjs.org/api.html#casper.waitForPopup) and [`Casper.withPopup()`](http://casperjs.org/api.html#casper.withPopup) methods: |
51 | 51 | ... | ... |
-
Please register or sign in to post a comment