| Package | Description |
|---|---|
| org.jboss.arquillian.drone.webdriver.binary.downloading.source | |
| org.jboss.arquillian.drone.webdriver.binary.handler |
| Modifier and Type | Method and Description |
|---|---|
ExternalBinary |
PhantomJSGitHubBitbucketSource.getLatestRelease()
As there was announced the end of the development of PhantomJS:
https://groups.google.com/forum/#!msg/phantomjs/9aI5d-LDuNE/5Z3SMZrqAQAJ
it is not necessary to check the latest release - it is expected that there won't be any newer than the last
one: 2.1.1
If the development of PhantomJS is resurrected, then the original logic will be brought back.
|
ExternalBinary |
ExternalBinarySource.getLatestRelease()
Retrieves information about the latest release of binary and returns an instance of
ExternalBinary that
represents the latest release. |
ExternalBinary |
XmlStorageSource.getLatestRelease() |
ExternalBinary |
GitHubSource.getLatestRelease() |
protected ExternalBinary |
XmlStorageSource.getLatestRelease(String charset) |
ExternalBinary |
PhantomJSGitHubBitbucketSource.getReleaseForVersion(String version) |
ExternalBinary |
ExternalBinarySource.getReleaseForVersion(String version)
Retrieves information about a binary release with the desired version and returns an instance of
ExternalBinary that represents the found release. |
ExternalBinary |
XmlStorageSource.getReleaseForVersion(String requiredVersion) |
ExternalBinary |
GitHubSource.getReleaseForVersion(String version) |
default ExternalBinary |
ExternalBinarySource.getReleaseForVersion(String version,
Architecture architecture) |
ExternalBinary |
XmlStorageSource.getReleaseForVersion(String requiredVersion,
Architecture architecture) |
| Modifier and Type | Method and Description |
|---|---|
ExternalBinary |
EdgeDriverBinaryHandler.EdgeStorageSources.getLatestRelease() |
protected ExternalBinary |
EdgeDriverBinaryHandler.EdgeStorageSources.getLatestRelease(String charset) |
protected ExternalBinary |
ChromeDriverBinaryHandler.ChromeStorageSources.getLatestRelease(String charset) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.