/webdrivermanager-log-gathering

Automated test for browser log gathering using WebDriverManager and BrowserWatcher.

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Central Build Status badge-jdk License badge Twitter Follow

WebDriverManager Log Gathering

This repository contains a JUnit 5 test using Selenium WebDriver, WebDriverManager and BrowserWatcher that gathers the browser console logs of the popular websites.

Content

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.

About

WebDriverManager (Copyright © 2015-2023) and its related projects have been created and maintained by Boni Garcia licensed under Apache 2.0 License.