跳至主要内容
版本:22.5.0

Page.bringToFront() 方法

将页面置于最前端(激活标签页)。

签名:

class Page {
abstract bringToFront(): Promise<void>;
}

返回

Promise<void>