David Gonzalez
Results
5
comments of
David Gonzalez
Issue #44
Created Pull Request #51
Whit this Pull Request you can do this: $casper = new Casper(); $casper->start('http://example.com'); $casper->evaluateToVar('title','return $.trim($('.title').text());'); $casper->run(); $vars = $casper->getVars(); echo $vars['title'];
some info?