本文へスキップ
バージョン: 22.5.0

Page.content() メソッド

DOCTYPE を含む、ページ全体の HTML コンテンツ。

シグネチャ:

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

戻り値

Promise<string>