diff --git a/api-generator/pom.xml b/api-generator/pom.xml
index 5fa903b2..9b31615e 100644
--- a/api-generator/pom.xml
+++ b/api-generator/pom.xml
@@ -11,7 +11,7 @@
api-generator
- Playwright Java - API Generator
+ Playwright - API Generator
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.
diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml
index 83a7f700..85267c5a 100644
--- a/driver-bundle/pom.xml
+++ b/driver-bundle/pom.xml
@@ -10,7 +10,7 @@
driver-bundle
- Playwright Java - Drivers For All Platforms
+ Playwright - Drivers For All Platforms
This module includes playwright-cli binary and related utilities for all supported platforms.
It is intended to be used on the systems where Playwright driver is not preinstalled.
diff --git a/driver/pom.xml b/driver/pom.xml
index 0ca2df52..15712861 100644
--- a/driver/pom.xml
+++ b/driver/pom.xml
@@ -10,7 +10,7 @@
driver
- Playwright Java - Driver
+ Playwright - Driver
This module provides API for discovery and launching of playwright-cli binary.
diff --git a/playwright/pom.xml b/playwright/pom.xml
index aeae6b5a..3f878419 100644
--- a/playwright/pom.xml
+++ b/playwright/pom.xml
@@ -11,12 +11,12 @@
playwright
- Playwright Java - Main Library
+ Playwright - Main Library
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 main package that provides Playwright Java client.
+ This is the main package that provides Playwright client.
diff --git a/pom.xml b/pom.xml
index fc8dee46..783856d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
parent-pom
0.162.1-SNAPSHOT
pom
- Playwright Java
+ 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.