How to wait for page/iframe to load completely using Astral
EDIT: I think what I am looking for is
How to wait for an iframe to load
. I most recently tried using await page.waitForSelector('#duo_iframe')
to wait for the ID of the iframe but this failed and timed out.
---
I am using Astral instead of playwright or puppeteer which I would normally use with Node and Astral is very similar to playwright but I can't get it to properly wait for my page to load for all the content.
0 Replies