| Class | Description |
|---|---|
| DefaultSeleneseCommand | A representation of a single Selenese Command |
| DefaultSelenium | Defines an object that runs Selenium commands. Element LocatorsElement Locators tell Selenium which HTML element a command refers to. The format of a locator is: locatorType=argument We support the following strategies for locating elements:
Without an explicit locator prefix, Selenium uses the following default strategies:
Element Filters
String-match PatternsVarious Pattern syntaxes are available for matching string values:
If no pattern prefix is specified, Selenium assumes that it's a "glob" pattern. |
| HttpCommandProcessor | Sends commands and retrieves results via HTTP. |
| SeleniumException | Thrown when a Selenium command fails. |
| Interface | Description |
|---|---|
| ICommandProcessor | Provides a DoCommand method, which sends the command to the browser to be performed. |
| ISeleneseCommand | Summary description for SeleneseCommand. |
| ISelenium | Defines an object that runs Selenium commands. Element LocatorsElement Locators tell Selenium which HTML element a command refers to. The format of a locator is: locatorType=argument We support the following strategies for locating elements:
Without an explicit locator prefix, Selenium uses the following default strategies:
Element Filters
String-match PatternsVarious Pattern syntaxes are available for matching string values:
If no pattern prefix is specified, Selenium assumes that it's a "glob" pattern. |