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

Fix sleep hack when waiting for dynamic content to render #1

Open
haydencarlson opened this issue Mar 31, 2022 · 0 comments
Open

Fix sleep hack when waiting for dynamic content to render #1

haydencarlson opened this issue Mar 31, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@haydencarlson
Copy link
Owner

Currently there is a 10 second sleep after fetching HTML and passing it into JSDOM.
This is there to wait for dynamic JS to execute and is quite inconsistent.

Find a better way to detect that everything has executed before trying to extract hrefs from DOM.

@haydencarlson haydencarlson added enhancement New feature or request bug Something isn't working labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant