| 限定符和类型 | 接口和说明 |
|---|---|
interface |
WebElement
Represents an HTML element.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ChromeDriver
A
WebDriver implementation that controls a Chrome browser running on the local machine. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EdgeDriver
A
WebDriver implementation that controls a Edge browser running on the local machine. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FirefoxDriver
An implementation of the {#link WebDriver} interface that drives Firefox.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InternetExplorerDriver |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OperaDriver
A
WebDriver implementation that controls a Blink-based Opera browser running on the local
machine. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RemoteWebDriver |
class |
RemoteWebElement |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SafariDriver
A WebDriver implementation that controls Safari using a browser extension
(consequently, only Safari 5.1+ is supported).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EventFiringWebDriver
A wrapper around an arbitrary
WebDriver instance which supports registering of a
WebDriverEventListener, e.g. for logging purposes. |