alwex / php-casperjs

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

setViewPortWidth not being sent to Casper #21

Closed kicks66 closed 8 years ago

kicks66 commented 8 years ago

I have used $casper->setViewPort(1280,635); to attempt to set viewportwidth, as well as directly modifying it within the casper.php file, and when examining the output I see that those values are never passed to the casper script.

Remcool commented 7 years ago

I have the same problem. Can't set viewport. How did you solve that?