p

playwright

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.
文件下载
文件名 操作
playwright-1.28.0.jar 下载
playwright-1.28.0.pom 下载
playwright-1.28.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.playwright</groupId>
  <artifactId>playwright</artifactId>
  <version>1.28.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.playwright:playwright:1.28.0'
Gradle Kotlin
implementation("com.microsoft.playwright:playwright:1.28.0")
Scala SBT
libraryDependencies += "com.microsoft.playwright" % "playwright" % "1.28.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.playwright', module='playwright', version='1.28.0')
)
Apache Ivy
<dependency org="com.microsoft.playwright" name="playwright" rev="1.28.0" />
Leiningen
[com.microsoft.playwright/playwright "1.28.0"]
Apache Buildr
'com.microsoft.playwright:playwright:jar:1.28.0'