Skip to content

Commit cb94277

Browse files
committed
Include TOC in README
1 parent 48b54d8 commit cb94277

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ This repository contains a comprehensive collection of examples about [Selenium]
1212

1313
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].
1414

15+
## Table of contents
16+
17+
[Hands-On Selenium WebDriver with Java] is organized as follows. All the examples presented in this book are available in this repo, organized by packages corresponding to each chapter.
18+
19+
Part I. Introduction
20+
1. A Primer on Selenium
21+
2. Preparing for Testing
22+
23+
Part II. The Selenium WebDriver API
24+
3. WebDriver Fundamentals
25+
4. Browser-Agnostic Features
26+
5. Browser-Specific Manipulation
27+
6. Remote WebDriver
28+
29+
Part III. Advanced Concepts
30+
7. The Page Object Model (POM)
31+
8. Testing Framework Specifics
32+
9. Third-Party Integrations
33+
10. Beyond Selenium
34+
1535
## Practice site
1636

1737
This repo 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].

0 commit comments

Comments
 (0)