License |
License |
---|---|
GroupId | GroupIdcom.atomicleopard |
ArtifactId | ArtifactIdwebelemental |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwebelemental
WebElemental is a small library to make writing Selenium tests easier. The existing WebElement interface is a bit
clunky and hard to use. WebElemental introduces the Element class, which works with an API modeled on jQuery.
This means that web tests can be written in a way that is familiar to those used to CSS selectors and jQuery.
|
Project Organization |
Project OrganizationAtomic Leopard |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webelemental-0.0.1.pom | |
webelemental-0.0.1.jar | 13 KB |
webelemental-0.0.1-sources.jar | 14 KB |
webelemental-0.0.1-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atomicleopard/webelemental/ -->
<dependency>
<groupId>com.atomicleopard</groupId>
<artifactId>webelemental</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomicleopard/webelemental/
implementation 'com.atomicleopard:webelemental:0.0.1'
// https://jarcasting.com/artifacts/com.atomicleopard/webelemental/
implementation ("com.atomicleopard:webelemental:0.0.1")
'com.atomicleopard:webelemental:jar:0.0.1'
<dependency org="com.atomicleopard" name="webelemental" rev="0.0.1">
<artifact name="webelemental" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomicleopard', module='webelemental', version='0.0.1')
)
libraryDependencies += "com.atomicleopard" % "webelemental" % "0.0.1"
[com.atomicleopard/webelemental "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.atomicleopard : expressive | jar | 0.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-api | jar | 2.6.0 |
org.hamcrest : hamcrest-all | jar | 1.1 |
junit : junit | jar | 4.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |