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

Page.frames() メソッド

ページにアタッチされているすべてのフレームの配列。

シグネチャ:

class Page {
abstract frames(): Frame[];
}

戻り値

Frame[]