| SearchDialog Fields |
The SearchDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| getXFirstNameField |
Returns an Xpath for the FirstName Field on a SearchDialog.
| |
| getXGridNameField |
Returns an Xpath for the Grid Name Field on a SerachDialog.
| |
| getXLastNameField |
Returns an Xpath for the LastName Field on a SerachDialog.
| |
| getXNoRecordsFound |
Constant XPath value for checking if no search results were found on a search dialog.
| |
| getXResultsBar |
Returns an Xpath for the Results Tool bar on a SerachDialog.
| |
| getXSearchButton |
Constant XPath value for finding a Search button WebElement.
| |
| getXSearchResultsGrid |
Returns an Xpath for the Search Results Grid on a SerachDialog.
| |
| getXSelectButton |
Constant XPath value for finding a Select button WebElement.
| |
| getXSelectedResultsRow |
ConstantXPath value for finding a search dialog's selected row in the results pane.
|