MVN

io.github.palexdev.playwright : parent-pom

Maven & Gradle

Jan 12, 2023
1k stars

Playwright Parent Project · Java library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. This is the parent POM of the project.

<dependency>
    <groupId>io.github.palexdev.playwright</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.30.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.palexdev.playwright : parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.30.1

All Versions

Choose a version of io.github.palexdev.playwright : parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.30.x
parent-pom-1.30.1
parent-pom-1.30.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.palexdev.playwright</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.30.1</version>
</dependency>