License |
License |
---|---|
GroupId | GroupIdcom.github.qacore |
ArtifactId | ArtifactIdselenium-testing-toolbox |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionSelenium Testing Toolbox
Useful classes for writing automated tests with Selenium and Java
|
<!-- https://jarcasting.com/artifacts/com.github.qacore/selenium-testing-toolbox/ -->
<dependency>
<groupId>com.github.qacore</groupId>
<artifactId>selenium-testing-toolbox</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.qacore/selenium-testing-toolbox/
implementation 'com.github.qacore:selenium-testing-toolbox:1.0.1'
// https://jarcasting.com/artifacts/com.github.qacore/selenium-testing-toolbox/
implementation ("com.github.qacore:selenium-testing-toolbox:1.0.1")
'com.github.qacore:selenium-testing-toolbox:jar:1.0.1'
<dependency org="com.github.qacore" name="selenium-testing-toolbox" rev="1.0.1">
<artifact name="selenium-testing-toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.qacore', module='selenium-testing-toolbox', version='1.0.1')
)
libraryDependencies += "com.github.qacore" % "selenium-testing-toolbox" % "1.0.1"
[com.github.qacore/selenium-testing-toolbox "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 3.5.2 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |