Alex Layton
Alex Layton
What do you mean use "use horseman in electron or node-webkit"? Horseman doesn't run in anything except NodeJS, and the only browsers it supports are phantom and slimer. I cannot...
I know what electron and node-webkit are. What would you use them with Horseman though? Horseman would still need phantom or slimer to work.
I understand webdriverio. I do not understand what electron and node-webkit have to do with this.
I do not really have time lately for debugging Horseman issues, which is why there are so many. Using electron should have no effect on horseman. If I had time...
Does it always happen while evaluating render?
It seems like this would be a node-phantom-simple problem, but I am not certain.
Could you try running it with `BLUEBIRD_DEBUG=1` set @emarthinsen? It should make the stack trace more helpful.
It seems to be dying inside `.screenshot()` (which is used by `.crop()`). Do you get the error if you call `.screenshot()` instead of `.crop()` @emarthinsen? Also, you could try setting...
As anyone who *understands* promises knows, the way to stop a chain is to reject rather than resolve. Then nothing later in the chain will run unless the rejection is...
Could you please post *actual text* and not screenshots of text? You can just replace passwords and stuff with x's or something.