is not current version
Last Version 1.22.0

com.microsoft.playwright:driver 0.162.0

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 module includes playwright-cli binary and related utilities. It is intended to be used on the systems where Playwright driver is not preinstalled.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

driver
Version

Version

0.162.0
Type

Type

jar

Download driver 0.162.0


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