alwex/php-casperjs

setViewPortWidth not being sent to Casper

Closed this issue · 1 comments

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.

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