Leibniz-HBI / newsfeedback

Tool for extracting and saving news article metadata (and optionally content) at regular intervals.
MIT License
3 stars 0 forks source link

Multiple changes to WebDriver and added mocking #44

Closed rwinterschlaf closed 1 year ago

rwinterschlaf commented 1 year ago

EC has been changed to remove previous element not found error on non-article pages, page load strategy has been changed to eager to hopefully combat rendering issues and TimeoutException mocking has been added to the tests.

rwinterschlaf commented 1 year ago

Note to self: do not yet merge onto main, as the mock tests are not working like they should.