не последняя версия
Последняя версия 1.22.0

com.microsoft.playwright:playwright 1.20.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 is the main package that provides Playwright client.

Группа

Группа

com.microsoft.playwright
Идентификатор

Идентификатор

playwright
Версия

Версия

1.20.0
Тип

Тип

jar

Скачать playwright 1.20.0


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