跳到主要内容
版本: 23.11.1

Page.frames() 方法

页面上所有附加的 frame 的数组。

签名

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

返回值

Frame[]