跳至主要内容
版本: 22.5.0

Page.content() 方法

页面的完整 HTML 内容,包括 DOCTYPE。

签名:

class Page {
content(): Promise<string>;
}

返回值

Promise<string>