mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
239 B
239 B
sidebar_label
| sidebar_label |
|---|
| Page.bringToFront |
Page.bringToFront() method
Brings page to front (activates tab).
Signature:
class Page {bringToFront(): Promise<void>;}
Returns:
Promise<void>