How to use fillSelectors in casperjs
问题 I need to get some content from the page, but if I use fillSelectors() the content is not load. Maybe i need use evaluate() , but i dont undestend where and how. var casper = require('casper').create() casper.start('http://console.matomycontentnetwork.com/', function() { this.fillSelectors('form#login-form', { 'input[name="username"]': 'jpost', 'input[name="password"]': 'matomy123' }, true); this.clickLabel("Sign In", 'button'); }); casper.then(function() { var start_date = '09/01/2015'; var