Commit 937dd1d8 937dd1d8cf963268df5666a899f7d4a3dd0a0c75 by Nicolas Perriault

updated CHANGELOG and doclink

1 parent d78710f2
...@@ -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
......
1 Subproject commit af59b2ac62695bca6c30eb1b39257124563e24cb 1 Subproject commit 894589c17a3d7f76e76ce849e5f41d9e6fb4aedf
......