Bekitzer / selenium-webdriver-java

Examples of the O'Reilly book "Hands-On Selenium WebDriver with Java"

Home Page:https://www.oreilly.com/library/view/hands-on-selenium-webdriver/9781098109998/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status badge-jdk License badge Support badge Twitter Follow

Hands-On Selenium WebDriver with Java

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.

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.

About

Examples of the O'Reilly book "Hands-On Selenium WebDriver with Java"

https://www.oreilly.com/library/view/hands-on-selenium-webdriver/9781098109998/

License:Apache License 2.0


Languages

Language:Java 99.2%Language:HTML 0.4%Language:JavaScript 0.3%Language:Gherkin 0.1%