jar

io.github.montanizstills : Nezonium

Maven & Gradle

Mar 26, 2023
0 stars

Nezonium - A Selenium Wrapper Framework · A Scalable, Gherkin-like, Selenium-Wrapper framework. Designed to alleviate common web testing nuances, such as: WebDriver Management - downloading drivers, etc. And, leverage Page-Object Modelling design patterns.

Table Of Contents

Latest Version

Download io.github.montanizstills : Nezonium JAR file - Latest Versions:

All Versions

Download io.github.montanizstills : Nezonium JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 Nezonium-0.0.16x.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.nezonium.annotations

├─ io.github.nezonium.annotations.ScreenShotOnFail.class - [JAR]

├─ io.github.nezonium.annotations.UseDriver.class - [JAR]

io.github.nezonium.util.annotationutils

├─ io.github.nezonium.util.annotationutils.ScreenShotRulePropertiesProvider.class - [JAR]

├─ io.github.nezonium.util.annotationutils.WebBrowserArgumentsProvider.class - [JAR]

io.github.nezonium.util

├─ io.github.nezonium.util.DriverHandler.class - [JAR]

├─ io.github.nezonium.util.DriverHandlerInterface.class - [JAR]

├─ io.github.nezonium.util.Page.class - [JAR]

├─ io.github.nezonium.util.PageInterface.class - [JAR]

├─ io.github.nezonium.util.SeleniumJupiterProvider.class - [JAR]

├─ io.github.nezonium.util.WebBrowser.class - [JAR]

io.github.nezonium.rules

├─ io.github.nezonium.rules.LoggingRule.class - [JAR]