Skip to content

Feature Request: Implement Page.screenshot APIs for screen capture #492

@sj817

Description

@sj817
import puppeteer from 'puppeteer-core'

(async () => {
  const browser = await puppeteer.connect({ browserWSEndpoint: 'ws://127.0.0.1:9222', })
  const page = await browser.newPage()
  await page.goto('https://github.com')
  await page.screenshot({ path: 'test.webm' })
  process.exit()
})()

In the realm of browser automation, the screenshot API is critical. I look forward to lightpanda delivering faster and more efficient screenshot capabilities.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions