w

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.
http://www.atomicleopard.com
GNU Lesser General Public License (LGPL), Version 3.0
Atomic Leopard
Nicholas Okunew
Files download
File Operation
webelemental-0.0.1.jar download
webelemental-0.0.1.pom download
webelemental-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.atomicleopard</groupId>
  <artifactId>webelemental</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.atomicleopard:webelemental:0.0.1'
Gradle Kotlin
implementation("com.atomicleopard:webelemental:0.0.1")
Scala SBT
libraryDependencies += "com.atomicleopard" % "webelemental" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.atomicleopard', module='webelemental', version='0.0.1')
)
Apache Ivy
<dependency org="com.atomicleopard" name="webelemental" rev="0.0.1" />
Leiningen
[com.atomicleopard/webelemental "0.0.1"]
Apache Buildr
'com.atomicleopard:webelemental:jar:0.0.1'