License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdio.devcon5 |
ArtifactId | ArtifactIdpageobjects |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpageobjects
A small library to define a pageobject model for testing applications with selenium.
|
Project Organization |
Project OrganizationDevCon5 GmbH |
Filename | Size |
---|---|
pageobjects-0.3.1.pom | |
pageobjects-0.3.1.jar | 43 KB |
pageobjects-0.3.1-sources.jar | 31 KB |
pageobjects-0.3.1-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.devcon5/pageobjects/ -->
<dependency>
<groupId>io.devcon5</groupId>
<artifactId>pageobjects</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.devcon5/pageobjects/
implementation 'io.devcon5:pageobjects:0.3.1'
// https://jarcasting.com/artifacts/io.devcon5/pageobjects/
implementation ("io.devcon5:pageobjects:0.3.1")
'io.devcon5:pageobjects:jar:0.3.1'
<dependency org="io.devcon5" name="pageobjects" rev="0.3.1">
<artifact name="pageobjects" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.devcon5', module='pageobjects', version='0.3.1')
)
libraryDependencies += "io.devcon5" % "pageobjects" % "0.3.1"
[io.devcon5/pageobjects "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.devcon5 : classutils | jar | 1.3 |
org.ow2.asm : asm | jar | 5.0.4 |
org.slf4j : slf4j-api | jar | 1.7.13 |
junit : junit | jar | 4.12 |
io.inkstand : scribble-core | jar | 0.3.2 |
org.seleniumhq.selenium : selenium-java | jar | 2.52.0 |
org.seleniumhq.selenium : selenium-firefox-driver | jar | 2.52.0 |
org.seleniumhq.selenium : selenium-ie-driver | jar | 2.52.0 |
org.seleniumhq.selenium : selenium-safari-driver | jar | 2.52.0 |
org.seleniumhq.selenium : selenium-chrome-driver | jar | 2.52.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.0-rc1 |
org.apache.logging.log4j : log4j-api | jar | 2.0-rc1 |
org.apache.logging.log4j : log4j-core | jar | 2.0-rc1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |