Puppeteer's page.goto
options are currently hardcoded:
await page[isHTMLContent ? 'setContent' : 'goto'](input, {
timeout: timeoutInSeconds,
waitUntil: 'networkidle2'
});
But certain pages, such as news articles from ft.com
, display different content depending on the user request' referer header.
I'd suggest exposing page.goto
options as a configurable object.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too