Jon Batista

Results 1 comments of Jon Batista

A good approach would be to resize the whole page height to the current one, before the screenshot, then take only one screenshot. ```php $pageHeight = (string) $this->getSession()->evaluateScript('return document.body.scrollHeight'); $pageWidth...