Top "Slimerjs" questions

SlimerJS is a scriptable browser, aiming to keep the same API as PhantomJS, but built on top of Gecko (i.e. Firefox) instead of on top of WebKit.

What is the correct way to launch slimerjs in casperjs (with an absolute path)?

Well, i can launch slimerjs by specifying the path of the slimer.bat file : C:\bin\slimerjs\slimerjs.bat and …

exe relative-path casperjs absolute-path slimerjs
How can I maximize the browser window while running test scripts in casperjs using slimerjs

I'm unable to view the full window while running test scripts in casperjs using slimerjs engine . could any one please …

javascript casperjs slimerjs