| License |
License |
|---|---|
| GroupId | GroupIdcom.lmax |
| ArtifactId | ArtifactIdelementspec |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionElement Specification
Element Specification - Simple element selectors for selenium or WebDriver.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| elementspec-1.1.pom | |
| elementspec-1.1.jar | 15 KB |
| elementspec-1.1-sources.jar | 11 KB |
| elementspec-1.1-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lmax/elementspec/ -->
<dependency>
<groupId>com.lmax</groupId>
<artifactId>elementspec</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lmax/elementspec/
implementation 'com.lmax:elementspec:1.1'
// https://jarcasting.com/artifacts/com.lmax/elementspec/
implementation ("com.lmax:elementspec:1.1")
'com.lmax:elementspec:jar:1.1'
<dependency org="com.lmax" name="elementspec" rev="1.1">
<artifact name="elementspec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lmax', module='elementspec', version='1.1')
)
libraryDependencies += "com.lmax" % "elementspec" % "1.1"
[com.lmax/elementspec "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-api | jar | 2.30.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |