lino-levan / astral

A high-level puppeteer/playwright-like library for Deno
https://jsr.io/@astral/astral
MIT License
216 stars 10 forks source link

feat: add `page.setContent` #17

Closed lowlighter closed 12 months ago

lowlighter commented 12 months ago

Implement page.setContent() method Mostly ported from https://github.com/puppeteer/puppeteer/blob/067a5b290083adcb297231ed360cec27ce2e4155/packages/puppeteer-core/src/common/util.ts#L554-L565