jar

com.microsoft.playwright : api-generator

Maven & Gradle

Dec 17, 2020
799 stars

Playwright - API Generator · 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 an internal module used to generate Java API from the upstream Playwright definitions. It's an internal development module not intended for external use.

Table Of Contents

Latest Version

Download com.microsoft.playwright : api-generator JAR file - Latest Versions:

All Versions

Download com.microsoft.playwright : api-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
0.170.x
0.162.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 api-generator-0.170.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.playwright.tools

├─ com.microsoft.playwright.tools.ApiGenerator.class - [JAR]

├─ com.microsoft.playwright.tools.Element.class - [JAR]

├─ com.microsoft.playwright.tools.Enum.class - [JAR]

├─ com.microsoft.playwright.tools.Event.class - [JAR]

├─ com.microsoft.playwright.tools.Field.class - [JAR]

├─ com.microsoft.playwright.tools.Interface.class - [JAR]

├─ com.microsoft.playwright.tools.Method.class - [JAR]

├─ com.microsoft.playwright.tools.NestedClass.class - [JAR]

├─ com.microsoft.playwright.tools.Param.class - [JAR]

├─ com.microsoft.playwright.tools.TypeDefinition.class - [JAR]

├─ com.microsoft.playwright.tools.TypeRef.class - [JAR]

├─ com.microsoft.playwright.tools.Types.class - [JAR]

Advertisement