Skip to main content
Version: 24.38.0

Page.bringToFront() 方法

🌐 Page.bringToFront() method

将页面置于前面(激活选项卡)。

🌐 Brings page to front (activates tab).

语法

🌐 Signature

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

返回:

Promise<void>