This repository contains a JUnit 5 test using Selenium WebDriver, WebDriverManager and BrowserWatcher that gathers the browser console logs of the popular websites.
The main assets contained in this repository are the following:
- PublicWebsitesTest.java: Automated test
- websites.txt: Text file containing the target websites (top-50 according to Alexa Top Sites on April 19, 2022).
- scripts: Folder containing the script used to open the target websites on Chrome, Edge, or Firefox (used for manual log inspection).
- results: Folder containing the result for the log gathering experiment (both manually and automated) carried out on May 3, 2022.
WebDriverManager (Copyright © 2015-2023) and its related projects have been created and maintained by Boni Garcia licensed under Apache 2.0 License.