Skip to main content
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
await frame.goto('...');

waitForNavigation

Wait for navigation to complete. Upstream docs
options
PuppeteerWaitForNavigationOptions
result
PuppeteerHTTPResponse | null
Return value
await frame.waitForNavigation();