jar

io.github.uchagani : stagehand

Maven & Gradle

Jun 20, 2022
10 stars

Stagehand · Stagehand helps create Page Objects for Playwright for Java

Table Of Contents

Latest Version

Download io.github.uchagani : stagehand JAR file - Latest Versions:

All Versions

Download io.github.uchagani : stagehand JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.1
1.0

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 stagehand-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.uchagani.stagehand.exeptions

├─ io.github.uchagani.stagehand.exeptions.InvalidParentLocatorException.class - [JAR]

├─ io.github.uchagani.stagehand.exeptions.MissingPageObjectAnnotation.class - [JAR]

io.github.uchagani.stagehand

├─ io.github.uchagani.stagehand.AfterCreate.class - [JAR]

├─ io.github.uchagani.stagehand.FieldDecorator.class - [JAR]

├─ io.github.uchagani.stagehand.LocatorFactory.class - [JAR]

├─ io.github.uchagani.stagehand.LocatorFieldDecorator.class - [JAR]

├─ io.github.uchagani.stagehand.PageFactory.class - [JAR]

io.github.uchagani.stagehand.annotations

├─ io.github.uchagani.stagehand.annotations.Find.class - [JAR]

├─ io.github.uchagani.stagehand.annotations.PageObject.class - [JAR]

├─ io.github.uchagani.stagehand.annotations.Under.class - [JAR]