License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.seleniumjt |
ArtifactId | ArtifactIdseleniumjt-core |
Version | Version1.2.4 |
Type | Typejar |
Description |
Descriptionnet.sf.seleniumjt:seleniumjt-core
SeleniumJT is a Selenium2 wrapper framework that simplifies the coding required for getting you tests up and running fast. In addition to encapsulating the idiosyncrasies of Selenium WebDriver it also supplies a more reliable testing framework for dynamic web pages by allowing elements time for conditions to be met before failure, times that are fully customisable.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
seleniumjt-core-1.2.4.pom | |
seleniumjt-core-1.2.4.jar | 15 MB |
seleniumjt-core-1.2.4-sources.jar | 15 MB |
seleniumjt-core-1.2.4-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/ -->
<dependency>
<groupId>net.sf.seleniumjt</groupId>
<artifactId>seleniumjt-core</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/
implementation 'net.sf.seleniumjt:seleniumjt-core:1.2.4'
// https://jarcasting.com/artifacts/net.sf.seleniumjt/seleniumjt-core/
implementation ("net.sf.seleniumjt:seleniumjt-core:1.2.4")
'net.sf.seleniumjt:seleniumjt-core:jar:1.2.4'
<dependency org="net.sf.seleniumjt" name="seleniumjt-core" rev="1.2.4">
<artifact name="seleniumjt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.seleniumjt', module='seleniumjt-core', version='1.2.4')
)
libraryDependencies += "net.sf.seleniumjt" % "seleniumjt-core" % "1.2.4"
[net.sf.seleniumjt/seleniumjt-core "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 3.2.3.RELEASE |
org.seleniumhq.selenium : selenium-java | jar | 2.39.0 |
com.github.detro.ghostdriver : phantomjsdriver | jar | 1.1.0 |
org.apache.commons : commons-lang3 | jar | 3.1 |
commons-io : commons-io | jar | 2.2 |
org.aspectj : aspectjtools | jar | 1.7.4 |
org.testng : testng | jar | 6.1.1 |