is not current version
Last Version 1.0.1

com.github.qacore:selenium-testing-toolbox 1.0.0

Useful classes for writing automated tests with Selenium and Java

GroupId

GroupId

com.github.qacore
ArtifactId

ArtifactId

selenium-testing-toolbox
Version

Version

1.0.0
Type

Type

jar

Download selenium-testing-toolbox 1.0.0


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