Introduction

LoggingSelenium is a Java library extending Java-Client-Driver of Selenium Remote Control to add logging ability.

Features including:

  • time measurement
  • automatic screenshots
  • debugging test-cases through logging of method and linenumber issuing a specific selenium-call.
All combined in (right now) an HTML result file linking all taken screenshots (manual and automatic).
See Usage for samples on how a result might look like and the corresponding Java source.