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.

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.github.pageobject
ArtifactId

ArtifactId

pageobject-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/pageobject/pageobject

Download pageobject-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.pageobject/pageobject-core/ -->
<dependency>
    <groupId>com.github.pageobject</groupId>
    <artifactId>pageobject-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pageobject/pageobject-core/
implementation 'com.github.pageobject:pageobject-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.pageobject/pageobject-core/
implementation ("com.github.pageobject:pageobject-core:1.0.1")
'com.github.pageobject:pageobject-core:jar:1.0.1'
<dependency org="com.github.pageobject" name="pageobject-core" rev="1.0.1">
  <artifact name="pageobject-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pageobject', module='pageobject-core', version='1.0.1')
)
libraryDependencies += "com.github.pageobject" % "pageobject-core" % "1.0.1"
[com.github.pageobject/pageobject-core "1.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.aspectj : aspectjrt jar 1.7.3
org.slf4j : slf4j-api jar 1.7.5
org.springframework : spring-beans jar 3.2.4.RELEASE
org.springframework : spring-context jar 3.2.4.RELEASE
org.springframework : spring-test jar 3.2.4.RELEASE
org.seleniumhq.selenium : selenium-java jar 2.28.0
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1