mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
541 B
541 B
Home > puppeteer > Page > setContent
Page.setContent() method
Signature:
setContent(html: string, options?: WaitForOptions): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| html | string | |
| options | WaitForOptions |
Returns:
Promise<void>