Page.bringToFront() 方法
🌐 Page.bringToFront() method
将页面置于前面(激活选项卡)。
🌐 Brings page to front (activates tab).
语法
🌐 Signature
class Page {
abstract bringToFront(): Promise<void>;
}
返回:
Promise<void>
🌐 Page.bringToFront() method
将页面置于前面(激活选项卡)。
🌐 Brings page to front (activates tab).
🌐 Signature
class Page {
abstract bringToFront(): Promise<void>;
}
返回:
Promise<void>