d

driver

This module provides API for discovery and launching of Playwright driver.
Files download
File Operation
driver-1.43.0.jar download
driver-1.43.0.pom download
driver-1.43.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.playwright</groupId>
  <artifactId>driver</artifactId>
  <version>1.43.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.playwright:driver:1.43.0'
Gradle Kotlin
implementation("com.microsoft.playwright:driver:1.43.0")
Scala SBT
libraryDependencies += "com.microsoft.playwright" % "driver" % "1.43.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.playwright', module='driver', version='1.43.0')
)
Apache Ivy
<dependency org="com.microsoft.playwright" name="driver" rev="1.43.0" />
Leiningen
[com.microsoft.playwright/driver "1.43.0"]
Apache Buildr
'com.microsoft.playwright:driver:jar:1.43.0'