I can't load homepage linkedin ?

24 views
Skip to first unread message

Idir Ait Hammi

unread,
Jul 19, 2015, 11:32:49 AM7/19/15
to casp...@googlegroups.com
Hey everyone;

I want to load the homepage of linkedin with casperJS but i don't have any result, i use un simple code "Quickstart":

var casper = require("casper").create();

casper.start('https://www.linkedin.com/');

casper.then(function() {
  this.echo('Title : ' + this.getTitle());
  this.capture('image.png');
});

casper.run();

if someone can help me ?

thx a lot :)
Reply all
Reply to author
Forward
0 new messages