Questions tagged [spookyjs]

SpookyJS enables the execution of CasperJS suites through Node.js. This is achieved by Spooky creating a child process for Casper and managing it using RPC communication.

Leveraging CasperJS in a typical JavaScript script

I am currently working on a NodeJS project that involves integrating CasperJS. However, I have encountered an issue where the 'casper' module cannot be located. In an attempt to resolve this, I decided to npm install spooky --save based on some suggestions ...