Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait_until that fires when page is 'generally' loaded #130

Open
jbeyer05 opened this issue Aug 2, 2023 · 0 comments
Open

wait_until that fires when page is 'generally' loaded #130

jbeyer05 opened this issue Aug 2, 2023 · 0 comments

Comments

@jbeyer05
Copy link

jbeyer05 commented Aug 2, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant