| Package | Description |
|---|---|
| org.jboss.arquillian.drone.webdriver.binary.downloading.source | |
| org.jboss.arquillian.drone.webdriver.binary.handler |
| Modifier and Type | Class and Description |
|---|---|
class |
GeckoDriverGitHubSource |
class |
GitHubSource
GitHub source is an abstract class that helps you to retrieve either latest release or a release with some version
from some specific repository.
|
class |
PhantomJSGitHubBitbucketSource
A slightly changed
GitHubSource implementation handling PhantomJS binaries. |
class |
SeleniumXmlStorageSource
XmlStorageSource for Selenium binaries. |
class |
XmlStorageSource
XmlStorageSource source is an abstract class that helps you to retrieve either latest release
or a release with some version from some specific XML-based storage, such as S3 buckets.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChromeDriverBinaryHandler.ChromeStorageSources |
static class |
EdgeDriverBinaryHandler.EdgeStorageSources |
| Modifier and Type | Method and Description |
|---|---|
protected ExternalBinarySource |
EdgeDriverBinaryHandler.getExternalBinarySource() |
protected ExternalBinarySource |
OperaDriverBinaryHandler.getExternalBinarySource() |
protected ExternalBinarySource |
ChromeDriverBinaryHandler.getExternalBinarySource() |
protected ExternalBinarySource |
FirefoxDriverBinaryHandler.getExternalBinarySource() |
protected ExternalBinarySource |
PhantomJSDriverBinaryHandler.getExternalBinarySource() |
protected ExternalBinarySource |
InternetExplorerBinaryHandler.getExternalBinarySource() |
protected ExternalBinarySource |
SeleniumServerBinaryHandler.getExternalBinarySource() |
protected abstract ExternalBinarySource |
AbstractBinaryHandler.getExternalBinarySource()
This method should return an instance of an
ExternalBinary that should be used for retrieving available
releases of a binary |
Copyright © 2021 JBoss by Red Hat. All rights reserved.