Open zhouseahe opened 10 years ago
first time I run
ph.createPage(function(err,page){ // no code run here });
it didn't work . I need to execute like this
setTimeout(function(){ ph.createPage(function(err,page){ }); },500); I think
phantom.create(function(error,ph){ });
callback executed but socket.io not prepared.
first time I run
it didn't work . I need to execute like this
phantom.create(function(error,ph){ });