Skip to main content
BCTRL home page
v1
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Page
Screenshots & PDF
Home
SDK Reference
API Reference
Pricing
Cookbook
Changelog
GitHub
Discord
SDK API (HTTP)
SDK Reference
Sessions
Profiles
Session Features
Session Events
Vault
Storage
Extensions
Discover
Browser Automation
Playwright
Page
Navigation
Page Info
Actions
Queries
Content
State Checks
Waiting
Screenshots & PDF
Evaluation
Lifecycle
Other
Mouse
Keyboard
Touchscreen
Playwright Browser
Context
Locator
Element Handle
Frame
Puppeteer
Stagehand
On this page
screenshot
pdf
Page
Screenshots & PDF
Copy page
Playwright Page — screenshots & pdf methods
Copy page
Page screenshots & pdf methods for the
Playwright
driver.
screenshot
Take a screenshot of the page.
Upstream docs
options
PlaywrightScreenshotOptions
result
Buffer
Return value
SDK
HTTP
Copy
await
page
.
screenshot
();
pdf
Generate a PDF of the page (Chromium only).
Upstream docs
options
PlaywrightPDFOptions
result
Buffer
Return value
SDK
HTTP
Copy
await
page
.
pdf
();
Waiting
Evaluation
⌘I