antoiba86
antoiba86
Hello there, I had this exact error and I was like running crazy to solve it because any solution found here or on stackoverflow didn't work for me. Until I...
Ok, maybe it's not working for you, but for ubuntu distributions there is a problem with the phantomjs. You need to download phantomjs from the repository at bitbucket. Saw here...
@natterstefan Ok, you can do a few things to know what happen. Try looking for the route of casperjs is correctly set. Later, it is not. Go to your framework...
Your script is not taken correctly the path to casperjs-php. Maybe, you can include the absolute path to the composer autoload.pho to verify is that.
The PHP script is in the same folder as the autoload file?
That is because, casperjs is not a environment variable and cannot use casperjs.
$casper->getCurrentPageContent();
There are several ways to accomplish this. Instead of send your input value, you can send the value of the input that is converted in the nuew input that has...