Skip to main content
BCTRL home page
v1
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Frame
Navigation
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
Frame
Navigation
Page Info
Actions
Queries
State Checks
Waiting
Evaluation
Other
Element Handle
Puppeteer Locator
Stagehand
On this page
goto
waitForNavigation
Frame
Navigation
Copy page
Puppeteer Frame — navigation methods
Copy page
Frame navigation methods for the
Puppeteer
driver.
goto
Navigate the frame to a URL.
Upstream docs
url
string
required
options
PuppeteerGotoOptions
result
PuppeteerHTTPResponse | null
Return value
SDK
HTTP
Copy
await
frame
.
goto
(
'...'
);
waitForNavigation
Wait for navigation to complete.
Upstream docs
options
PuppeteerWaitForNavigationOptions
result
PuppeteerHTTPResponse | null
Return value
SDK
HTTP
Copy
await
frame
.
waitForNavigation
();
Touchscreen
Page Info
⌘I