| Modifier and Type | Method and Description |
|---|---|
static Architecture |
Architecture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Architecture[] |
Architecture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
BrowserManager.filter(Architecture arch,
List<URL> list) |
protected List<URL> |
ChromeDriverManager.getDrivers(Architecture arch,
String version) |
protected abstract List<URL> |
BrowserManager.getDrivers(Architecture arch,
String version) |
protected List<URL> |
OperaDriverManager.getDrivers(Architecture arch,
String version) |
protected List<URL> |
InternetExplorerDriverManager.getDrivers(Architecture arch,
String version) |
List<URL> |
BrowserManager.getDriversFromXml(Architecture arch,
URL driverUrl,
String driverBinary,
String driverVersion) |
void |
BrowserManager.manage(Architecture arch,
DriverVersion version) |
void |
BrowserManager.manage(Architecture arch,
String version) |
void |
BrowserManager.setup(Architecture arch) |
void |
BrowserManager.setup(Architecture arch,
String version) |
Copyright © 2015. All rights reserved.