{"id":14978812,"url":"https://github.com/bonigarcia/selenium-webdriver-java","last_synced_at":"2025-04-09T19:20:21.451Z","repository":{"id":37045158,"uuid":"227420158","full_name":"bonigarcia/selenium-webdriver-java","owner":"bonigarcia","description":"Examples of the O'Reilly book \"Hands-On Selenium WebDriver with Java\"","archived":false,"fork":false,"pushed_at":"2024-04-15T06:51:42.000Z","size":4675,"stargazers_count":154,"open_issues_count":0,"forks_count":86,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-15T15:36:44.909Z","etag":null,"topics":["docker","gradle","java","junit4","junit5","maven","selenium","selenium-jupiter","selenium-webdriver","selenium4","testng"],"latest_commit_sha":null,"homepage":"https://oreil.ly/1E7CX","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bonigarcia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-12-11T17:14:07.000Z","updated_at":"2024-04-18T07:42:33.487Z","dependencies_parsed_at":"2023-11-06T07:40:48.608Z","dependency_job_id":"4a800d15-1d65-4170-924b-b7e3ad8864b1","html_url":"https://github.com/bonigarcia/selenium-webdriver-java","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonigarcia%2Fselenium-webdriver-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonigarcia%2Fselenium-webdriver-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonigarcia%2Fselenium-webdriver-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bonigarcia%2Fselenium-webdriver-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bonigarcia","download_url":"https://codeload.github.com/bonigarcia/selenium-webdriver-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248094991,"owners_count":21046770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","gradle","java","junit4","junit5","maven","selenium","selenium-jupiter","selenium-webdriver","selenium4","testng"],"created_at":"2024-09-24T13:58:27.421Z","updated_at":"2025-04-09T19:20:21.422Z","avatar_url":"https://github.com/bonigarcia.png","language":"Java","readme":"[![Build Status](https://github.com/bonigarcia/selenium-webdriver-java/workflows/build/badge.svg)](https://github.com/bonigarcia/selenium-webdriver-java/actions)\n[![badge-jdk](https://img.shields.io/badge/jdk-17-green.svg)](https://www.oracle.com/java/technologies/downloads/)\n[![License badge](https://img.shields.io/badge/license-Apache2-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Support badge](https://img.shields.io/badge/stackoverflow-selenium_webdriver-green.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/selenium-webdriver)\n[![Twitter Follow](https://img.shields.io/twitter/follow/boni_gg.svg?style=social)](https://twitter.com/boni_gg)\n\n# Hands-On Selenium WebDriver with Java [![][Logo]][GitHub Repository]\n\nThis 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].\n\n[![][Cover]][Hands-On Selenium WebDriver with Java]\n\nThis 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].\n\n## Practice site\n\nThis 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].\n\n## Tags\n\nThis repo uses Git tags to track the evolution of the codebase in time. These tags are the following:\n\n* `1.0.0`: The examples of the first version of the book (released in April 2022) are based on this tag.\n* `1.1.0`: Bump to Java 11, due to the incompatibility of TestNG 7.6.0 (released on May 18, 2022) with Java 8.\n* `1.2.0`: Remove GitHub token from the workflow setup, not required anymore since WebDriverManager 5.3.0 (released on August 21, 2022).\n* `1.3.0`: Bump to Java 17, due to the incompatibility of Spring Boot 3.0.0 (released on Nov 24, 2022) with Java 11.\n\n## About\n\nselenium-webdriver-java (Copyright \u0026copy; 2021-2025) is an open-source project created and maintained by [Boni Garcia], licensed under the terms of [Apache 2.0 License].\n\n[Logo]: https://bonigarcia.dev/selenium-webdriver-java/img/hands-on-icon.png\n[GitHub Repository]: https://github.com/bonigarcia/selenium-webdriver-java/\n[Apache 2.0 License]: https://www.apache.org/licenses/LICENSE-2.0\n[Boni Garcia]: https://bonigarcia.dev/\n[Gradle]: https://gradle.org/\n[Java]: https://www.java.com/\n[JUnit 4]: https://junit.org/junit4/\n[JUnit 5]: https://junit.org/junit5/docs/current/user-guide/\n[Maven]: https://maven.apache.org/\n[Selenium]: https://www.selenium.dev/\n[Selenium-Jupiter]: https://bonigarcia.dev/selenium-jupiter/\n[TestNG]: https://testng.org/doc/\n[Hands-On Selenium WebDriver with Java]: https://oreil.ly/1E7CX\n[Cover]: https://bonigarcia.dev/img/hands-on-selenium-webdriver-java.png\n[Practice site]: https://bonigarcia.dev/selenium-webdriver-java/\n[GitHub Pages]: https://pages.github.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonigarcia%2Fselenium-webdriver-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbonigarcia%2Fselenium-webdriver-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbonigarcia%2Fselenium-webdriver-java/lists"}