This document describes jDriver, an open source Java framework for automating tests using Selenium WebDriver. The framework aims to make test automation easier by providing features like easy execution of test suites with a single click, detailed reporting of test results with screenshots, separation of test data from code for easy maintenance, and support for multiple browsers. It helps reduce test development time through reusable libraries and handles exceptions through detailed error logging.