##// END OF EJS Templates
Added line to dump page html casperjs
Jonathan Frederic -
Show More
@@ -13,6 +13,9 b' casper.get_notebook_server = function () {'
13 casper.open_new_notebook = function () {
13 casper.open_new_notebook = function () {
14 var baseUrl = this.get_notebook_server();
14 var baseUrl = this.get_notebook_server();
15 this.start(baseUrl);
15 this.start(baseUrl);
16 this.then(function () {
17 console.log(this.getHTML());
18 });
16 this.thenClick('button#new_notebook');
19 this.thenClick('button#new_notebook');
17 this.waitForPopup('');
20 this.waitForPopup('');
18
21
General Comments 0
You need to be logged in to leave comments. Login now