| 程序包 | 说明 |
|---|---|
| com.thoughtworks.selenium | |
| com.thoughtworks.selenium.webdriven |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpCommandProcessor
已过时。
The RC interface will be removed in Selenium 3.0. Please migrate to using WebDriver.
|
| 构造器和说明 |
|---|
DefaultSelenium(CommandProcessor processor)
已过时。
Uses an arbitrary CommandProcessor
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
WebDriverCommandProcessor
A CommandProcessor which delegates commands down to an underlying webdriver instance.
|