is not current version
Last Version 1.0.6

com.btmatthews.selenium.junit4:selenium-junit4-runner 1.0.0

Annotations to simplify the use of Selenium in JUnit 4 tests

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.btmatthews.selenium.junit4
ArtifactId

ArtifactId

selenium-junit4-runner
Version

Version

1.0.0
Type

Type

jar

Download selenium-junit4-runner 1.0.0


<!-- https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/ -->
<dependency>
    <groupId>com.btmatthews.selenium.junit4</groupId>
    <artifactId>selenium-junit4-runner</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation 'com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.0'
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation ("com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.0")
'com.btmatthews.selenium.junit4:selenium-junit4-runner:jar:1.0.0'
<dependency org="com.btmatthews.selenium.junit4" name="selenium-junit4-runner" rev="1.0.0">
  <artifact name="selenium-junit4-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.selenium.junit4', module='selenium-junit4-runner', version='1.0.0')
)
libraryDependencies += "com.btmatthews.selenium.junit4" % "selenium-junit4-runner" % "1.0.0"
[com.btmatthews.selenium.junit4/selenium-junit4-runner "1.0.0"]