We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puppeteer's page.goto options are currently hardcoded:
page.goto
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.
ft.com
I'd suggest exposing page.goto options as a configurable object.
The text was updated successfully, but these errors were encountered:
I think it's better to just expose a referer option.
referer
Sorry, something went wrong.
No branches or pull requests
Puppeteer's
page.goto
options are currently hardcoded: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.The text was updated successfully, but these errors were encountered: