| SearchDialog Class |
Namespace: Blackbaud.UAT.Core.Crm.Dialogs
The SearchDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchDialog | Initializes a new instance of the SearchDialog class |
| Name | Description | |
|---|---|---|
| Title |
Return the default page title
(Inherited from BaseComponent.) |
| Name | Description | |
|---|---|---|
| CheckConstituentSearchResultsContain |
Checks that the search results contain the specified string on a SearchDialog.
Throws an exception on failure.
| |
| CheckConstituentSearchResultsToolbarContains |
Checks that the search results tool bar message contains the specified string on a SearchDialog.
Throws an exception on failure.
| |
| CloseDialog |
Close the Dialog
(Inherited from Dialog.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Search |
Press search on the SearchDialog.
| |
| Select |
Click the 'Select' button
| |
| SelectFirstResult |
Select the first result returned.
If no results are returned, Cancel is clicked and an Exception is thrown.
| |
| SetFirstNameToSearch |
Sets the value of the First Name search field.
| |
| SetLastNameToSearch |
Sets the value of the Last Name search field.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.
|