referer? | string | The Referer header to send with the navigation request |
referrerPolicy? | string | The referrer policy to use for the navigation request |
remoteResponseMetadata? | boolean | Request remote IP/port fields. Enable only when the target BQL schema supports them. |
timeout? | number | The maximum amount of time, in milliseconds, to wait for the page to load, overriding any defaults. Default timeout is 30 seconds, or 30000. |
waitUntil? | WaitUntilGoto | When 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. |