Website content crawler - How to wait until network idle or all apis to finish

I tried using "Wait for dynamic content" to wait for the website to load but it doesnt seem to work, a lot of js content is still missing from the results, is there any other option for this? The url I'm using is https://aecinspire.com/
AECInspire Home Page
Say goodbye to project delays and hello to prefab success with AECInspire's cloud-based solution. Connect takeoff, BOM, Prefab and installation in one app.
1 Reply
Alexey Udovydchenko
Try to find exact selector(s) which appear along with data, web app might render output with its own delay. i.e. for animation. To quick check add await wait(FEW_SECONDS) and take snapshot, see if data already displayed

Did you find this page helpful?