is not current version
Last Version 1.22.0

com.microsoft.playwright:driver 1.15.2

This module provides API for discovery and launching of playwright-cli binary.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

driver
Version

Version

1.15.2
Type

Type

jar

Download driver 1.15.2


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