Alexandre

Results 39 comments of Alexandre

hello, it seems that Casper class is not finding your local casperjs installation or your temp dir is not configured correctly. If you are using windows, you should create your...

The temp directory is the directory where the plain javascript casperjs files are created during the session. The script is created during `$casper->run()`, if the execution failed, the javascript file...

Hello nikhilsuccessive, Check if casperjs executable is available in the path of the user that will execute the php code.

Hello, you will need to be able to import dependencies in your script, we just need to be able to add some code before casper script in the generated js....

is it still an issue?

It seems that casperjs is not able to find phantomjs, you should configure your path to make phantomjs available anywhere. for example: ``` sh export PATH=$PATH:/Users/Tom/Downloads/phantomjs-1.9.2/bin ```

Hello, I have published `v1.3.0` that come with this feature, I hope it will serve you well

Sounds like a good idea to be able to "support new casper JS features" between updates. Can you open a pull request?

Hi, I have released `v1.3.0` that come with this feature. I hope it is what you are after.