You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
zhouseahe
changed the title
Support render option
first time execute ph.createPage , socket.io seems not work .
Jul 21, 2014
zhouseahe
changed the title
first time execute ph.createPage , socket.io seems not work .
first time execute ph.createPage , socket.io seems not prepared
Jul 21, 2014
first time I run
it didn't work .
I need to execute like this
phantom.create(function(error,ph){
});
The text was updated successfully, but these errors were encountered: