License |
License |
---|---|
GroupId | GroupIdorg.seleniumhq.selenium |
ArtifactId | ArtifactIdselenium-remote-control |
Last Version | Last Version2.0rc2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionselenium-remote-control
Browser automation framework
|
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-control/ -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-control</artifactId>
<version>2.0rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-control/
implementation 'org.seleniumhq.selenium:selenium-remote-control:2.0rc2'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-control/
implementation ("org.seleniumhq.selenium:selenium-remote-control:2.0rc2")
'org.seleniumhq.selenium:selenium-remote-control:jar:2.0rc2'
<dependency org="org.seleniumhq.selenium" name="selenium-remote-control" rev="2.0rc2">
<artifact name="selenium-remote-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-remote-control', version='2.0rc2')
)
libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-control" % "2.0rc2"
[org.seleniumhq.selenium/selenium-remote-control "2.0rc2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.8.1 |
org.seleniumhq.selenium : selenium-chrome-driver | jar | 2.0rc2 |
org.seleniumhq.selenium : selenium-htmlunit-driver | jar | 2.0rc2 |
org.seleniumhq.selenium : selenium-firefox-driver | jar | 2.0rc2 |
org.seleniumhq.selenium : selenium-ie-driver | jar | 2.0rc2 |
org.seleniumhq.selenium : selenium-iphone-driver | jar | 2.0rc2 |
org.seleniumhq.selenium : selenium-support Optional | jar | 2.0rc2 |
org.testng : testng Optional | jar | 6.0.1 |