IEasyTestGridSelection Methods
Exposes the API that provides access to data grid selection features in test code.
Name | Description |
---|---|
Clear |
Unselects the previously selected rows. |
Get |
Returns the array of selected rows’ indexes. |
Get |
Returns a dictionary that contains selected grid records and their indexes. |
Select |
Selects specified grid records. |
Unselect |
Unselects specified grid records. |
See Also