Skip to main content
BCTRL home page
v1
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Page
Lifecycle
Home
SDK Reference
API Reference
Pricing
Cookbook
Changelog
GitHub
Discord
SDK API (HTTP)
SDK Reference
Sessions
Profiles
Session Features
Session Events
Vault
Storage
Extensions
Discover
Browser Automation
Playwright
Puppeteer
Page
Navigation
Page Info
Actions
Queries
Content
State Checks
Waiting
Screenshots & PDF
Evaluation
Cookies
Lifecycle
Other
Mouse
Keyboard
Touchscreen
Frame
Element Handle
Puppeteer Locator
Stagehand
On this page
bringToFront
close
Page
Lifecycle
Copy page
Puppeteer Page — lifecycle methods
Copy page
Page lifecycle methods for the
Puppeteer
driver.
bringToFront
Bring page to front.
Upstream docs
SDK
HTTP
Copy
await
page
.
bringToFront
();
close
Close the page.
Upstream docs
SDK
HTTP
Copy
await
page
.
close
();
Cookies
Other
⌘I