License |
License |
---|---|
GroupId | GroupIdcom.microsoft.playwright |
ArtifactId | ArtifactIdplaywright |
Version | Version1.17.2 |
Type | Typejar |
Description |
DescriptionPlaywright - Main Library
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 client.
|
Filename | Size |
---|---|
playwright-1.17.2.pom | |
playwright-1.17.2.jar | 394 KB |
playwright-1.17.2-tests.jar | 1 MB |
playwright-1.17.2-sources.jar | 220 KB |
playwright-1.17.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/
implementation 'com.microsoft.playwright:playwright:1.17.2'
// https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/
implementation ("com.microsoft.playwright:playwright:1.17.2")
'com.microsoft.playwright:playwright:jar:1.17.2'
<dependency org="com.microsoft.playwright" name="playwright" rev="1.17.2">
<artifact name="playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='playwright', version='1.17.2')
)
libraryDependencies += "com.microsoft.playwright" % "playwright" % "1.17.2"
[com.microsoft.playwright/playwright "1.17.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
com.microsoft.playwright : driver | jar | 1.17.2 |
com.microsoft.playwright : driver-bundle | jar | 1.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.java-websocket : Java-WebSocket | jar | 1.5.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |