is not current version
Last Version 1.22.0

com.microsoft.playwright:playwright 0.162.1

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.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

playwright
Version

Version

0.162.1
Type

Type

jar

Download playwright 0.162.1


<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/ -->
<dependency>
    <groupId>com.microsoft.playwright</groupId>
    <artifactId>playwright</artifactId>
    <version>0.162.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/
implementation 'com.microsoft.playwright:playwright:0.162.1'
// https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/
implementation ("com.microsoft.playwright:playwright:0.162.1")
'com.microsoft.playwright:playwright:jar:0.162.1'
<dependency org="com.microsoft.playwright" name="playwright" rev="0.162.1">
  <artifact name="playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='playwright', version='0.162.1')
)
libraryDependencies += "com.microsoft.playwright" % "playwright" % "0.162.1"
[com.microsoft.playwright/playwright "0.162.1"]