| Modifier and Type | Field and Description |
|---|---|
protected DriverManagerType |
WebDriverManager.driverManagerType |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<DriverManagerType,WebDriverManager> |
WebDriverManager.instanceMap |
| Modifier and Type | Method and Description |
|---|---|
static DriverManagerType |
DriverManagerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverManagerType[] |
DriverManagerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<String> |
WebDriverManager.getDriverVersionForBrowser(DriverManagerType driverManagerType,
String browserVersion) |
static WebDriverManager |
WebDriverManager.getInstance(DriverManagerType driverManagerType) |
| Constructor and Description |
|---|
Downloader(DriverManagerType driverManagerType) |
Copyright © 2018. All rights reserved.