We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probably something broke with #325
Not sure how to reproduce it, just
$page = $browser->createPage(); $page->navigate($url)->waitForNavigation(); $page->screenshot([ 'captureBeyondViewport' => true, 'clip' => $page->getFullPageClip(), ])->saveToFile($outputFile);
The text was updated successfully, but these errors were encountered:
The key cssContentSize is missing in that response, but if we can't reproduce it the only thing we could do is just throw an exception.
cssContentSize
Sorry, something went wrong.
somehow it happened when i locked the docker image of browserless/chrome to 1.16-chrome-stable but doesn't happen in the latest
browserless/chrome
1.16-chrome-stable
What about falling back to windowSize when not found, eg. ['width'=>$options['windowSize'][0], 'height'=>$options['windowSize'][1]] ?
windowSize
['width'=>$options['windowSize'][0], 'height'=>$options['windowSize'][1]]
No branches or pull requests
Probably something broke with #325
Not sure how to reproduce it, just
The text was updated successfully, but these errors were encountered: