jar

com.github.wenzhhu : page-core

Maven & Gradle

Apr 17, 2019
0 stars

page core · PageCore is a Java framework that supports WebUI Page testing

Table Of Contents

Latest Version

Download com.github.wenzhhu : page-core JAR file - Latest Versions:

All Versions

Download com.github.wenzhhu : page-core 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 page-core-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.devqa.web.page.action.singletarget

├─ org.devqa.web.page.action.singletarget.Agree.class - [JAR]

├─ org.devqa.web.page.action.singletarget.ChooseFromAction.class - [JAR]

├─ org.devqa.web.page.action.singletarget.Click.class - [JAR]

├─ org.devqa.web.page.action.singletarget.Deselect.class - [JAR]

├─ org.devqa.web.page.action.singletarget.Disagree.class - [JAR]

├─ org.devqa.web.page.action.singletarget.EnterTextAction.class - [JAR]

├─ org.devqa.web.page.action.singletarget.SelectAction.class - [JAR]

├─ org.devqa.web.page.action.singletarget.SingleTargetAction.class - [JAR]

org.devqa.web.page.assertion

├─ org.devqa.web.page.assertion.Assertion.class - [JAR]

├─ org.devqa.web.page.assertion.Assertions.class - [JAR]

├─ org.devqa.web.page.assertion.PagePresentedAssertion.class - [JAR]

├─ org.devqa.web.page.assertion.See.class - [JAR]

├─ org.devqa.web.page.assertion.SingleTargetAssertion.class - [JAR]

org.devqa.web.page.action

├─ org.devqa.web.page.action.Action.class - [JAR]

├─ org.devqa.web.page.action.ActionFactory.class - [JAR]

├─ org.devqa.web.page.action.LogoutAction.class - [JAR]

├─ org.devqa.web.page.action.Menu.class - [JAR]

├─ org.devqa.web.page.action.MultipleTargetAction.class - [JAR]

org.devqa.web.page

├─ org.devqa.web.page.AbstractPage.class - [JAR]

├─ org.devqa.web.page.AbstractPageFactory.class - [JAR]

├─ org.devqa.web.page.CompositePage.class - [JAR]

├─ org.devqa.web.page.Page.class - [JAR]

├─ org.devqa.web.page.PageFactory.class - [JAR]

├─ org.devqa.web.page.UnsupportedActionException.class - [JAR]

├─ org.devqa.web.page.UnsupportedAssertionException.class - [JAR]