GANA
GANA

Reputation: 138

SlimerJS window is not opening instead it is showing message in alertbox

We have installed slimerjs,phantomjs,casperjs on VM(we are accessing it through 'putty').When we tried to execute the casperjs test suite by following command:

casperjs test --engine=slimerjs 'testsuite name' --username --password

we are getting an alert message saying,

slimerjs is already running,but is not responding.To open new window, you must first close the existing slimerjs process, or restart your system.

Upvotes: 1

Views: 454

Answers (1)

GANA
GANA

Reputation: 138

The issue was with slimerjs version, actually we were installing 0.9.3 so it was throwing alert. Now with 0.9.5Version it is working fine

Upvotes: 2

Related Questions