-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improved crawler support for dynamically loaded pages #2710
Improved crawler support for dynamically loaded pages #2710
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for this contribution! 😊 This PR looks very good already. I added a few comments, but they're all marginal improvements, as I detected no issues with your code.
Let me know if you have the time to address these points, otherwise I'll help you with them so that we can merge this soon.
…d code from WebDriver initialization
Hi @ZanSara Thanks for the kind answer! I have committed the changes. I decided to move the result to a text file since there is no reason to crawl again, as we are setting up an artificial result for the dynamic DOM. Best regards! |
Hi @danielbichuetti, great, this looks really good! I'll wait for the CI to complete and if there's no issue with the tests I'll approve and merge 👍 Thank you for the contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! I left two comments, about really small details. If you don't have time to address them no problem, I'll take care of them and merge afterwards 👍
Any more changes required before merging this PR ? Best regards |
No, that's good! Thank you for the contribution! 🙂 |
* Improved crawler support for dynamically loaded pages * Reduced scope of StaleElementReferenceException and removed deprecated code from WebDriver initialization * Improvements on crawler testing code * Code format and style applied on f028331 * Update Documentation & Code Style * Remove unused imports/parameters Co-authored-by: Sara Zan <sara.zanzottera@deepset.ai> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Related Issue(s): #2658 #2679
Proposed changes:
Pre-flight checklist