Notifications
Clear all
Topic starter
29/06/2021 7:25 pm
How to get full page screenshot with Playwright for Visual testing with Imagium?
29/06/2021 8:49 pm
Please check here:
https://imagium.io/knowledge-base/7-integration-with-microsoft-playwright/
const buffer = await page.screenshot({ path: 'screenshot.png', fullPage: true });