-
Hi, trying to stop horseman chain if it receives an alert:
```javascript
horseman.on('alert', function(msg) {
return horseman.close()
})
```
But it's still trying to complete chain till …
-
Current situation:
The 'Fire Brigade Practice' and 'Stop the Fires!' quests from Hallow's End seasonal aren't properly implemented.
Fire Brigade Practice: You need to put out fires on targets, set up …
ghost updated
10 years ago
-
Headless Horseman's Shade attacks are not implemented, unfinished PR https://github.com/TrinityCore/TrinityCore/pull/18120, another implementation cmangos/mangos-tbc@29ec5b4
**Branch(es):** both
*…
-
We're running a fairly complicated set of tests and the last few days for some reason they've been failing. Most of the time it prints the following error:
```
{ [HeadlessError: Error parsing JSON fr…
-
This has more to do with PhantomJS and less Horseman, none-the-less...
My research seems to indicate that PhantomJS does NOT use the print media stylesheet but rather **screen**. Therefore the sugges…
-
Hello, i am using node-horseman@3.3.0 with npm -v 5.4.2 and node v8.4.0
The error occurred after i login the form
outputs:
...
horseman .click() #login-button>input +191ms
horseman .click…
-
I just wanted to try node-horseman, with a basic example but I have this error, I have no idea why it isn't working.
``` javascript
const Horseman = require('node-horseman');
const horseman = new Ho…
-
Why dont we give the guy a health bar? All the other bosses got one, plus it could give us some helpfull info too
-
i am accessing in login page using horseman but unable to get the website image after login
var horseman = new Horseman({ phantomPath: phantomjs.path});
```javascript
// login in zarpo using fac…
-
This gives an error of `Error: Failed to GET url: https://farm9.staticflickr.com/8422/28832766510_900709792b_k_d.jpg`
``` javascript
var Horseman = require("node-horseman"),
horseman = new Horsem…