License |
License |
---|---|
GroupId | GroupIdcom.microsoft.playwright |
ArtifactId | ArtifactIddriver |
Last Version | Last Version1.22.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlaywright - Driver
This module provides API for discovery and launching of Playwright driver.
|
Filename | Size |
---|---|
driver-1.22.0.pom | |
driver-1.22.0.jar | 4 KB |
driver-1.22.0-sources.jar | 3 KB |
driver-1.22.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/driver/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>driver</artifactId>
<version>1.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/driver/
implementation 'com.microsoft.playwright:driver:1.22.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/driver/
implementation ("com.microsoft.playwright:driver:1.22.0")
'com.microsoft.playwright:driver:jar:1.22.0'
<dependency org="com.microsoft.playwright" name="driver" rev="1.22.0">
<artifact name="driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='driver', version='1.22.0')
)
libraryDependencies += "com.microsoft.playwright" % "driver" % "1.22.0"
[com.microsoft.playwright/driver "1.22.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |