| Modifier and Type | Method and Description |
|---|---|
Architecture |
Config.getArchitecture() |
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 |
|---|---|
WebDriverManager |
WebDriverManager.architecture(Architecture architecture) |
List<URL> |
UrlFilter.filterByArch(List<URL> list,
Architecture arch,
boolean forcedArch) |
protected List<URL> |
WebDriverManager.filterCandidateUrls(Architecture arch,
String version,
boolean getLatest) |
protected Optional<String> |
WebDriverManager.getDriverFromCache(String driverVersion,
Architecture arch,
String os) |
protected Optional<String> |
WebDriverManager.handleCache(Architecture arch,
String version,
String os,
boolean getLatest,
boolean cache) |
protected void |
WebDriverManager.handleException(Exception e,
Architecture arch,
String version) |
protected void |
WebDriverManager.manage(Architecture arch,
String version) |
Config |
Config.setArchitecture(Architecture value) |
Copyright © 2019. All rights reserved.