MVN

io.github.tmcreative1 : playwright-remote

Maven & Gradle

Oct 18, 2021
1 stars

playwright-remote · Kotlin library to automate Chromium, Firefox and WebKit with a single API. This is the main package that provides Playwright remote client

<dependency>
    <groupId>io.github.tmcreative1</groupId>
    <artifactId>playwright-remote</artifactId>
    <version>1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.tmcreative1 : playwright-remote to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15

All Versions

Choose a version of io.github.tmcreative1 : playwright-remote to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15
playwright-remote-1.15
1.14
playwright-remote-1.14
1.13
playwright-remote-1.13
1.12
playwright-remote-1.12
1.11
playwright-remote-1.11
1.10.x
playwright-remote-1.10.1
1.10
playwright-remote-1.10

How to add a dependency to Maven

Add the following io.github.tmcreative1 : playwright-remote maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.tmcreative1</groupId>
    <artifactId>playwright-remote</artifactId>
    <version>1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.tmcreative1 : playwright-remote gradle dependency to your build.gradle file:

implementation 'io.github.tmcreative1:playwright-remote:1.15'

Gradle Kotlin DSL: Add the following io.github.tmcreative1 : playwright-remote gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.tmcreative1:playwright-remote:1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.tmcreative1 : playwright-remote sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.tmcreative1" % "playwright-remote" % "1.15"