-
Due to the issue as described here
https://github.com/vbauer/manet/issues/19
I enabled slimmerjs instead of phantojs. Now I get a "error: Process errror" for any capture I try to do. Here is the outp…
-
Hi,
I have strange problem. On one of our servers we're getting:
``` bash
timeout 60 xvfb-run --server-args="-screen 0, 640x480x24" --auto-servernum slimerjs /var/www/app/releases/20150326112757/app/…
noose updated
9 years ago
-
http://phantomjs.org/release-2.0.html
PhantomJS 2.0 was released last week. Any chance a new release is in the cards?
-
I've had great experience using [CasperJS](http://casperjs.org/) (using both PhantomJS [WebKit] and SlimerJS [Gecko] as the engines) tests to write + drive automated browser tests.
Running locally is…
-
I am running the combination of SlimerJS (0.9.4 standalone), CasperJS and ExtJS to generate my html that slimer is running over.
Running via PhantomJS works just fine but when running through Slimer …
-
PhantomJS has the `child_process` module (see http://phantomjs.org/api/child_process/). Any chance to have it inside SlimerJS ?
hadim updated
9 years ago
-
Currently, variables defined in the function scope can be accessed by modules, in both nodejs and phantom require implementation but in slimerjs modules seems to be completely isolated from the functi…
-
Argh, it sucks to don't have any automated tests running on Windows.
info: Running YSlow for http://www.sitespeed.io
error: Couldn't run YSlow for http://www.sitespeed.io : {"killed":false,"code":1,…
-
I am trying to save all resource files downloaded when making a request. I have searched in all issues and found that body was introduced in "onResourceReceived" event in this commit:
https://github.c…
-
slimerjs.bat adds double quotes when reading the SLIMERJSLAUNCHER environment variable:
```
SET SLIMERJSLAUNCHER="%SLIMERJSLAUNCHER%"
```
(since https://github.com/laurentj/slimerjs/commit/9e1efa886…