For AI agents: a documentation index is available at /llms.txt
Skip to main content

GotoOptions

Properties

PropertyTypeDescription
referer?stringThe Referer header to send with the navigation request
referrerPolicy?stringThe referrer policy to use for the navigation request
remoteResponseMetadata?booleanRequest remote IP/port fields. Enable only when the target BQL schema supports them.
timeout?numberThe maximum amount of time, in milliseconds, to wait for the page to load, overriding any defaults. Default timeout is 30 seconds, or 30000.
waitUntil?WaitUntilGotoWhen to consider the page fully-loaded and proceed with further execution Default load
waitUntilAll?WaitUntilGoto[]Wait for every listed lifecycle event. This preserves Puppeteer waitUntil array semantics.