Alex Layton
Alex Layton
Whatever is going on here, I am unable to reproduce it with Ubuntu **15.04**.
Please post the output when running with `DEBUG='horseman*'` set.
I could have sworn I commented on this issue a while back. Anyways, ***it works with GitHub for me with PhantomJS 1*** but ***not with PhantomJS 2***. I do not...
This is an interesting bug. I do know that when you render as PDF it is more like printing the page than taking a screenshot (e.g., it gets broken into...
Are you asking about modify horseman to do this, or just asking how to run custom JavaScript as a user of horseman @zeg-io? If it is the former, then yeah...
Sounds feasible maybe. You would need to make sure you don't mix up the `onLoadFinished` of one page and the `onResourceError` of another page. I doubt I will have time...
What _problem_ do you have @nevmerzhitsky? This issue is a feature request, not a bug report.
You could use `switchToNewTab: true` in the constructor, then instead of waiting for there to be two tabs, just wait for a selector or something that should be in the...
Also as a side note, there is no need to wrap the horseman stuff in `new Promise`, it is already a Promise.
When you say horseman exits, do you mean the node process dies or that the horseman instance stops working but node is still running?