License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.pageobject |
ArtifactId | ArtifactIdpageobject-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionPage 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 |
Filename | Size |
---|---|
pageobject-core-1.0.1.pom | |
pageobject-core-1.0.1.jar | 25 KB |
pageobject-core-1.0.1-sources.jar | 20 KB |
pageobject-core-1.0.1-javadoc.jar | 127 KB |
Browse |
<!-- 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"]
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 |