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
The screenshot on the left is from a previous storycap run, the one on the right is from the next run:
"puppeteer": "19.1.0", "storycap": "3.1.9",
Reproduced with puppeteer 9.0.0 as well.
This seems to be an issue when using page.screenshot with clip. When using element.screenshot the issue doesn't reproduce.
page.screenshot
clip
element.screenshot
This seems related, if not the exact same issue: puppeteer/puppeteer#2357
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The screenshot on the left is from a previous storycap run, the one on the right is from the next run:
Reproduced with puppeteer 9.0.0 as well.
This seems to be an issue when using
page.screenshot
withclip
. When usingelement.screenshot
the issue doesn't reproduce.This seems related, if not the exact same issue: puppeteer/puppeteer#2357
The text was updated successfully, but these errors were encountered: