# selenium-webdriver-java **Repository Path**: mirrors_andyglick/selenium-webdriver-java ## Basic Information - **Project Name**: selenium-webdriver-java - **Description**: Examples of the O'Reilly book "Hands-On Selenium WebDriver with Java" - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-13 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://github.com/bonigarcia/selenium-webdriver-java/workflows/build/badge.svg)](https://github.com/bonigarcia/selenium-webdriver-java/actions) [![badge-jdk](https://img.shields.io/badge/jdk-8-green.svg)](https://www.oracle.com/java/technologies/javase-downloads.html) [![License badge](https://img.shields.io/badge/license-Apache2-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Support badge](https://img.shields.io/badge/stackoverflow-selenium_webdriver-green.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/selenium-webdriver) [![Twitter Follow](https://img.shields.io/twitter/follow/boni_gg.svg?style=social)](https://twitter.com/boni_gg) # Hands-On Selenium WebDriver with Java [![][Logo]][GitHub Repository] This repository contains a comprehensive collection of examples about [Selenium] 4 using [Java] as language binding. These examples are explained in the O'Reilly book [Hands-On Selenium WebDriver with Java]. [![][Cover]][Hands-On Selenium WebDriver with Java] This repo has been implemented as a multi-module project (using [Maven] and [Gradle] as build tools) composed of tests based on different frameworks: [JUnit 4], [JUnit 5] (alone or extended with [Selenium-Jupiter]), and [TestNG]. ## Practice site This repository also contains a [Practice site], i.e., a representative set of sample web pages used as the system under test (SUT) in the Selenium WebDriver test examples. This site is hosted using [GitHub Pages]. ## About selenium-webdriver-java (Copyright © 2021-2022) is an open-source project created and maintained by [Boni Garcia], licensed under the terms of [Apache 2.0 License]. [Logo]: https://bonigarcia.dev/selenium-webdriver-java/img/hands-on-icon.png [GitHub Repository]: https://github.com/bonigarcia/selenium-webdriver-java/ [Apache 2.0 License]: https://www.apache.org/licenses/LICENSE-2.0 [Boni Garcia]: https://bonigarcia.dev/ [Gradle]: https://gradle.org/ [Java]: https://www.java.com/ [JUnit 4]: https://junit.org/junit4/ [JUnit 5]: https://junit.org/junit5/docs/current/user-guide/ [Maven]: https://maven.apache.org/ [Selenium]: https://www.selenium.dev/ [Selenium-Jupiter]: https://bonigarcia.dev/selenium-jupiter/ [TestNG]: https://testng.org/doc/ [Hands-On Selenium WebDriver with Java]: https://www.oreilly.com/library/view/hands-on-selenium-webdriver/9781098109998/ [Cover]: https://bonigarcia.dev/img/hands-on-selenium-webdriver-java-early-release.png [Practice site]: https://bonigarcia.dev/selenium-webdriver-java/ [GitHub Pages]: https://pages.github.com/