Last Version

net.sf.seleniumjt:seleniumjt-core 1.2.4

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.seleniumjt
ArtifactId

ArtifactId

seleniumjt-core
Version

Version

1.2.4
Type

Type

jar
Description

Description

net.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

https://sourceforge.net/projects/seleniumjt/
Source Code Management

Source Code Management

https://github.com/davehampton/seleniumjt-core.git

Download seleniumjt-core 1.2.4


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

Dependencies

compile (7)

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

Project Modules

There are no modules declared in this project.