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 ?