Closed Mohamed-Zkaria closed 4 months ago
there are a lot of places timeouts can occur. At the moment the timeout
option only applies to the request and conversion stages. Although TBH it likely makes sense for this option to also apply to the Page.setDefaultTimeout
For now though, you can provide the wait for selector timeout override via:
wait_for_selector_options: { timeout: 60000 }
See https://github.com/puppeteer/puppeteer/blob/main/docs/api/puppeteer.waitforselectoroptions.md
Thank you, appreciate your response.
Hi, I am trying to use grover in a protected route and I am passing the following options to grover:
And for some reason it fails to wait on the map selection whenever I pass extra headers and it fails after 30000ms even though I am modifying it. Any idea why this is happening?
error log: