You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
Hello :)
I need to download from a website a pdf file (inside a link like : pdf
It seems I can do it with pupeteer :
const page = await browser.newPage();
await page._client.send('Page.setDownloadBehavior', {
behavior: 'allow', downloadPath: path});
But I have no idea how to do with puphpeteer ?
Thank you,
Sebastien
The text was updated successfully, but these errors were encountered: