| 程序包 | 说明 |
|---|---|
| cn.patterncat.webdriver | |
| cn.patterncat.webdriver.component | |
| cn.patterncat.webdriver.util |
| 限定符和类型 | 方法和说明 |
|---|---|
DriverType |
WebDriverProperties.getDriverType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WebDriverProperties.setDriverType(DriverType driverType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DriverType |
DriverType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DriverType[] |
DriverType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static org.openqa.selenium.WebDriver |
DriverLoader.newInstance(DriverType driverType,
org.openqa.selenium.remote.DesiredCapabilities dcaps) |
static org.openqa.selenium.remote.DesiredCapabilities |
DriverLoader.unpackDriverIfNeeded(DriverType driverType,
String deviceName) |
| 限定符和类型 | 方法和说明 |
|---|---|
static File |
UnPacker.unpack(DriverType driverType) |
Copyright © 2017. All rights reserved.