| License |
License
http://www.apache.org/licenses/LICENSE-2.0
|
|---|---|
| GroupId | GroupIdch.racic.selenium.helper |
| ArtifactId | ArtifactIdSeleniumDownloadHelper |
| Version | Version0.3.0 |
| Type | Typejar |
| Description |
DescriptionSelenium Download Helper library
This library can be used in tests to download files inside the context of the page trough javascript.
Note that this might not be supported for every browser implementation or if javascript is turned off.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ch.racic.selenium.helper/SeleniumDownloadHelper/ -->
<dependency>
<groupId>ch.racic.selenium.helper</groupId>
<artifactId>SeleniumDownloadHelper</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.racic.selenium.helper/SeleniumDownloadHelper/
implementation 'ch.racic.selenium.helper:SeleniumDownloadHelper:0.3.0'
// https://jarcasting.com/artifacts/ch.racic.selenium.helper/SeleniumDownloadHelper/
implementation ("ch.racic.selenium.helper:SeleniumDownloadHelper:0.3.0")
'ch.racic.selenium.helper:SeleniumDownloadHelper:jar:0.3.0'
<dependency org="ch.racic.selenium.helper" name="SeleniumDownloadHelper" rev="0.3.0">
<artifact name="SeleniumDownloadHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.racic.selenium.helper', module='SeleniumDownloadHelper', version='0.3.0')
)
libraryDependencies += "ch.racic.selenium.helper" % "SeleniumDownloadHelper" % "0.3.0"
[ch.racic.selenium.helper/SeleniumDownloadHelper "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-firefox-driver | jar | 2.43.1 |
| org.seleniumhq.selenium : selenium-safari-driver | jar | 2.43.1 |
| org.seleniumhq.selenium : selenium-java | jar | 2.43.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.detro : phantomjsdriver | jar | 1.2.0 |
| junit : junit | jar | 4.11 |
| org.eclipse.jetty : jetty-server | jar | 8.1.13.v20130916 |
| net.anthavio : phanbedder-1.9.7 | jar | 1.0.0 |
| ch.racic.testing : TestFrameworkHelper | jar | 0.1.4 |