networkidle2 option

Hello, In puppeteer for page.reload or page.goto you can choose the option {waitUntil: 'networkidle2'} , using Puppeteer in Crawlee, I only found that I can use that if I reload each page . Is there any other way to configure navigation to use the {waitUntil: 'networkidle2'} from the beginning ?
1 Reply
provincial-silver
provincial-silver3y ago
yes, you can specify this in preNavigatioHooks see example > https://discord.com/channels/801163717915574323/1080836300258680922/1080847033755242527

Did you find this page helpful?