php-casperjs icon indicating copy to clipboard operation
php-casperjs copied to clipboard

simple PHP wrapper for CasperJS

Results 31 php-casperjs issues
Sort by recently updated
recently updated
newest added

Hello! After installation Phantom and Casper, when i try to test Casper in CMD, i get such message "Fatal: access denied; did you install phantomjs?" Phantom starts correctly. In PATH...

Hi, I'm developping a Symfony 4 application to scrap Linkedin profiles. The scrap is meant to be done in different steps, each one triggered by a user click. Therefore, i'd...

I try to click on any button that starts js function on some websites, but it seems that JS isn't even responding.

When I run the script in console `php index.php` it works well. But if I run it via browser `http://localhost/` or via curl in console `curl localhost` it gives me...

Hello and thank you for this Repo. I have installed it using `npm i slimerjs` but I still have to include it somewhere before calling php-casperjs... How to use the...

Hello, I'm having trouble running the example code. I installed phantomjs and casperjs. I installed php-casperjs And when I run the example I get: > Fatal error: Class 'Browser\Casper' not...

Returning data from evaluate

Hi, I would love to see if there is any possibility to have a proxy function to use the `setProxy()`function from phantomjs. ```javascript phantom.setProxy(host, port, 'manual', '', ''); ```

I Installed the CasperJS what's in the readme (npm the phantomjs and slimmerjs than composer require casperjs), but I got a Did not found Casper JS error

using setViewPort has no affect. i'm always returned mobile screen size results.