DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.microsoft.playwright : api-generator Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.170.x
0.162.x

How to open Javadoc JAR file in web browser

  1. Rename the file api-generator-0.170.2-javadoc.jar to api-generator-0.170.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder api-generator-0.170.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "api-generator-0.170.2-sources.jar" -d "api-generator-0.170.2-javadoc" -subpackages 

Advertisement