Skip to main content
Page screenshots & pdf methods for the Playwright driver.

screenshot

Take a screenshot of the page. Upstream docs
options
PlaywrightScreenshotOptions
result
Buffer
Return value
await page.screenshot();

pdf

Generate a PDF of the page (Chromium only). Upstream docs
options
PlaywrightPDFOptions
result
Buffer
Return value
await page.pdf();