- 17 Dec, 2012 4 commits
-
-
- 16 Dec, 2012 4 commits
-
-
- 14 Dec, 2012 4 commits
-
-
- 13 Dec, 2012 2 commits
-
-
- 12 Dec, 2012 3 commits
-
-
- 10 Dec, 2012 8 commits
-
-
- 09 Dec, 2012 3 commits
-
-
-
-
which was preventing for script and modules to be properly loaded and executed.
Nicolas Perriault authored
-
- 08 Dec, 2012 7 commits
-
-
- 07 Dec, 2012 1 commit
-
-
- 06 Dec, 2012 2 commits
-
-
-
PhantomJS 1.7 ships with support for child pages (say popups and frames). CasperJS can now wait for a child being opened and loaded to react accordingly using these two new methods: ```js casper.start('http://foo.bar/').then(function() { this.test.assertTitle('Main page title'); this.clickLabel('Open me a popup'); }); casper.waitForPage(/popup\.html$/, function() { this.withChildPage(this.childPages[0], function() { this.test.assertTitle('Popup title'); }); }); casper.then(function() { this.test.assertTitle('Main page title'); }); ```
Nicolas Perriault authored
-
- 05 Dec, 2012 2 commits
-