| Package | Description |
|---|---|
| com.dev9.driver |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.fromJson(String text) |
Type |
TargetWebDriver.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TargetWebDriver(Class testClass,
Browser browser,
Type type,
String version,
org.openqa.selenium.Platform platform,
org.openqa.selenium.remote.DesiredCapabilities capabilities) |
Copyright © 2015 Dev9, LLC.. All rights reserved.