License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdcom.github.jsdevel |
ArtifactId | ArtifactIdtestng-selenium |
Last Version | Last Version0.11.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestNG Selenium
A library for easy TestNG Selenium testing.
|
Project URL |
Project URL |
Filename | Size |
---|---|
testng-selenium-0.11.2.pom | |
testng-selenium-0.11.2.jar | 26 KB |
testng-selenium-0.11.2-sources.jar | 20 KB |
testng-selenium-0.11.2-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsdevel/testng-selenium/ -->
<dependency>
<groupId>com.github.jsdevel</groupId>
<artifactId>testng-selenium</artifactId>
<version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsdevel/testng-selenium/
implementation 'com.github.jsdevel:testng-selenium:0.11.2'
// https://jarcasting.com/artifacts/com.github.jsdevel/testng-selenium/
implementation ("com.github.jsdevel:testng-selenium:0.11.2")
'com.github.jsdevel:testng-selenium:jar:0.11.2'
<dependency org="com.github.jsdevel" name="testng-selenium" rev="0.11.2">
<artifact name="testng-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsdevel', module='testng-selenium', version='0.11.2')
)
libraryDependencies += "com.github.jsdevel" % "testng-selenium" % "0.11.2"
[com.github.jsdevel/testng-selenium "0.11.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
net.anthavio : phanbedder-1.9.8 | jar | 1.0.0 |
com.github.detro : phantomjsdriver | jar | 1.2.0 |
org.seleniumhq.selenium : selenium-java | jar | 2.45.0 |
org.testng : testng | jar | 6.8.21 |