jar

com.mahdix : browser-script

Maven & Gradle

May 09, 2021
0 stars

Browser Automation Script · A simple DSL to automate chrome

Table Of Contents

Latest Version

Download com.mahdix : browser-script JAR file - Latest Versions:

All Versions

Download com.mahdix : browser-script JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 browser-script-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mahdix.browserScript.model

├─ com.mahdix.browserScript.model.InstructionContext.class - [JAR]

├─ com.mahdix.browserScript.model.PageCreateRequest.class - [JAR]

com.mahdix.browserScript.fnint

├─ com.mahdix.browserScript.fnint.CheckedConsumer.class - [JAR]

├─ com.mahdix.browserScript.fnint.Executor.class - [JAR]

com.mahdix.browserScript.utils

├─ com.mahdix.browserScript.utils.ChromeHelper.class - [JAR]

├─ com.mahdix.browserScript.utils.Helper.class - [JAR]

├─ com.mahdix.browserScript.utils.PageFns.class - [JAR]

├─ com.mahdix.browserScript.utils.ParseHelper.class - [JAR]

com.mahdix.browserScript

├─ com.mahdix.browserScript.Instructions.class - [JAR]

├─ com.mahdix.browserScript.PageProcessor.class - [JAR]