| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.firefox | |
| org.openqa.selenium.firefox.internal | |
| org.openqa.selenium.remote | |
| org.openqa.selenium.remote.service |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ExtensionConnection
Represents a connection with the FirefoxDriver browser extension.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FirefoxDriver.LazyCommandExecutor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NewProfileExtensionConnection |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpCommandExecutor |
| 限定符和类型 | 方法和说明 |
|---|---|
CommandExecutor |
RemoteWebDriver.getCommandExecutor() |
| 构造器和说明 |
|---|
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities) |
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities,
Capabilities requiredCapabilities) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DriverCommandExecutor
A specialized
HttpCommandExecutor that will use a DriverService that lives
and dies with a single WebDriver session. |