jar

io.github.rohit-walia : playwright

Maven & Gradle

May 06, 2024
0 stars

io.github.rohit-walia:playwright · This library dedicated to testing-oriented projects that utilize Microsoft's Playwright for Java automation tool. It provides a convenient and effective way to manage Playwright resources. With PlaywrightManager, you can easily create, reuse, and close Playwright resources. It provides both default options and the flexibility to customize resource creation based on your specific requirements. Focus more on writing your test code and less on managing the underlying Playwright resources.

Table Of Contents

Latest Version

Download io.github.rohit-walia : playwright JAR file - Latest Versions:

All Versions

Download io.github.rohit-walia : playwright JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window playwright-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.playwright.core

├─ org.playwright.core.BrowserSingleton.class - [JAR]

├─ org.playwright.core.PlaywrightManager.class - [JAR]

├─ org.playwright.core.PlaywrightSingleton.class - [JAR]

org.playwright.common

├─ org.playwright.common.OptionCtx.class - [JAR]

├─ org.playwright.common.PlaywrightResource.class - [JAR]

├─ org.playwright.common.ResourceOptionArg.class - [JAR]

├─ org.playwright.common.Timeout.class - [JAR]

├─ org.playwright.common.WaitUtils.class - [JAR]

org.playwright.core.options

├─ org.playwright.core.options.BrowserContextOption.class - [JAR]

├─ org.playwright.core.options.BrowserLaunchOption.class - [JAR]

├─ org.playwright.core.options.IOption.class - [JAR]

├─ org.playwright.core.options.PlaywrightOption.class - [JAR]

├─ org.playwright.core.options.ScreenshotOption.class - [JAR]

├─ org.playwright.core.options.TracingStartOption.class - [JAR]

├─ org.playwright.core.options.TracingStopOption.class - [JAR]