jar

com.github.pageobject : pageobject-core

Maven & Gradle

Sep 24, 2013
1 stars

Page object pattern framework · Framework implementing page object pattern, providing some useful methods for writing web application automated tests. There is prepared implementation based on WebDriver, but other tools can be used just by creating your own implementation of BrowserController.

Table Of Contents

Latest Version

Download com.github.pageobject : pageobject-core JAR file - Latest Versions:

All Versions

Download com.github.pageobject : pageobject-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 pageobject-core-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.pageobject.util

├─ com.pageobject.util.DefaultFormattingService.class - [JAR]

├─ com.pageobject.util.FormattingService.class - [JAR]

├─ com.pageobject.util.TableControl.class - [JAR]

├─ com.pageobject.util.TableEntity.class - [JAR]

├─ com.pageobject.util.TableRow.class - [JAR]

com.pageobject.controller

├─ com.pageobject.controller.BrowserController.class - [JAR]

├─ com.pageobject.controller.WebDriverBrowserImpl.class - [JAR]

├─ com.pageobject.controller.WebDriverConfigurer.class - [JAR]

com.pageobject.component

├─ com.pageobject.component.AbstractComponent.class - [JAR]

├─ com.pageobject.component.AbstractPage.class - [JAR]

├─ com.pageobject.component.AbstractTest.class - [JAR]

├─ com.pageobject.component.Component.class - [JAR]

├─ com.pageobject.component.ComponentScopeResolver.class - [JAR]

├─ com.pageobject.component.Page.class - [JAR]

├─ com.pageobject.component.ValidPageAspect.class - [JAR]

Advertisement