edison23 / njord

Njord, the link checker for Kontent.ai Learn Portal
GNU General Public License v3.0
0 stars 0 forks source link

Load the whole Product updates page by clicking the "Show more" button #12

Closed davidk2-kentico closed 6 months ago

davidk2-kentico commented 10 months ago

Try to implement clicking the load Show more button (<button class="button_button__u6okP">Show more</button>) and only once it's not available anymore, consider the page loaded and save its src code. The class is only once in the page so it should be fine. Add a delay of 3 seconds after the click because the app is slow to load new content. This is a bug because it causes false positives.

edison23 commented 6 months ago

This has been implemented in one of the past commits.