-
Notifications
You must be signed in to change notification settings - Fork 354
Open
Description
I'm looking for a solution that uses wait_until to wait until a page has fully loaded.
If I was scraping a single site or set of similar pages, I could use wait_until to look for the visibility of a specific element. But the scraper that I'm working on is quite general, so it can't be based on a specific element.
Is there a way to have wait_until leverage something like the document.ready( ) callback?
To complicate things one level further, I would IDEALLY like to wait until React or other JS frameworks have finished rendering their components.
Any thoughts are greatly appreciated. Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels