-
This (http://docs.slimerjs.org/current/configuration.html) document says default SSL protocol is TLS but it looks like SlimerJS is using SSLv3 by default. The document also mentions that SSLv3 is deac…
-
There is possible DDoS with long running JS on the opened page. There is no way to exit from slimerjs using its API.
longrunningpage.html
```
while(true) {}
```
```
var page = require('webpa…
-
Been talking this through in detail over at https://github.com/stefanjudis/grunt-phantomas/issues/158, and it looks like it might come down to Phantomas itself.
The gist is that passing `--ignore-ssl…
Wilto updated
9 years ago
-
When rendering the examples in phantomJS, I get the following error.
`
TypeError: 'undefined' is not a function (evaluating 'nv.utils.optionsFunc.bind(chart)')
`
the script used is -
`
phantomjs ex…
-
I've read up on PhantomJS and web font, and I've found someone recommending SlimeJS, which is almost the same, but instead of WebKit, it uses Firefox' Gecko engine
http://slimerjs.org/
-
Hi,
I'm getting this with latests Firefox/Xulrunner 37.0 with SlimerJS 0.9.5 and master branch, works with 36.0.4.
```
$ SLIMERJSLAUNCHER=~/xulrunner-37/xulrunner xvfb-run --auto-servernum --server-…
-
I'm trying to open a page with slimerjs (https://www.fun-bet.com/) but it fails with error on browser :
Secure Connection Failed
An error occurred during a connection to www.fun-bet.com. Cannot commun…
-
Right now there is a couple of lines that try to find what port the webserver uses to be able to send messages to it. It starts on [line 94](https://github.com/baudehlo/node-phantom-simple/blob/master…
potmo updated
9 years ago
-
When I tried to run slimerjs script, it failed.
This code -
``` javascript
var webpage = require('webpage').create();
webpage
.open('https://rosreestr.ru/site/') // loads a page
.then(function()…
-
Hello everyone , I need to install SiteSpeed.io for work , but I installation errors .
In the past I have used SiteSpeed.io, but I do not remember to have had the following errors :
> npm ERR! Window…