Alex Layton
Alex Layton
This is an odd one. When I run the script it works fine and onLoadFInished is only triggered once after the open. What node version and operating system are you...
Why can't you just catch the rejection @sayanriju? I have still been unable to reproduce this.
Are you sure you have the right username, password, and proxy type? It seems like you're failing to connect to the proxy.
Can you post the output from running it with `DEBUG='horseman'` and `BLUEBIRD_DEBUG=1` set?
Why is your proxy running on the SSH port @delormemarie240? Also, that IP does not seem to be up...
Can you connect to HTTPS sites **_without**_ a proxy @aryeharmon?
80 is a weird port as well @delormemarie240 , that's HTTP. In fact, there's a web server running on 80. If you're just picking random ports use high numbers (like...
Horseman _should_ work with _any_ SOCKSv5 proxy. Right now my only guess as to what could be happening is either: 1. Your proxy is not setup the way you think,...
I would be willing to accept a PR to add "forced" jQuery injection. I am not sure if I'll have time to add it myself.
Doesn't this work? ```javascript horseman.select('#main_road', 'A') // Select first option ```