node-phantom icon indicating copy to clipboard operation
node-phantom copied to clipboard

ph is undefined

Open zafar-saleem opened this issue 8 years ago • 1 comments

I am using below code and it returns error as true and ph is undefined.

phantom.create((error, ph) => { console.log(error); // true console.log(ph); // undefined });

Now the thing is that error is true but I am not sure what exactly error is(probably ph is undefined) but I want to know what exactly the error is? How can I debug above very simple code to figure out what exactly is going on?

zafar-saleem avatar Oct 15 '17 16:10 zafar-saleem

Looks like this project is dead.

GeoffreyEmerson avatar Jul 15 '20 23:07 GeoffreyEmerson