Skip to main content
Version: 23.8.0

Page.setContent() 方法

¥Page.setContent() method

设置页面的内容。

¥Set the content of the page.

签名

¥Signature

class Page {
setContent(html: string, options?: WaitForOptions): Promise<void>;
}

参数

¥Parameters

范围

类型

描述

html

string

要分配给页面的 HTML 标记。

options

WaitForOptions

(可选的)具有某些属性的参数。

Returns:

Promise<void>