Last Version

webelemental 0.0.1

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.

License

License

GroupId

GroupId

com.atomicleopard
ArtifactId

ArtifactId

webelemental
Version

Version

0.0.1
Type

Type

jar
Description

Description

webelemental
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 Organization

Atomic Leopard
Source Code Management

Source Code Management

http://github.com/atomicleopard/WebElemental

Download webelemental 0.0.1


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.atomicleopard : expressive jar 0.9.2

provided (3)

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

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.