alwex / php-casperjs

simple PHP wrapper for CasperJS
MIT License
182 stars 71 forks source link

Error in custom capture? #36

Open tresero opened 7 years ago

tresero commented 7 years ago

This code never writes anything or errors. This is running with PHP 7 and CLI not web

$casper->capture(
    array(
            'top' => 0,
            'left' => 0,
            'width' => 800,
            'height' => 600
       ),
 'custom-capture.png'
);