Forum Discussion
vajindarladdad
13 years agoFrequent Contributor
Hi Anand,
It seems the DataGrid itself is not getting identified whilst the test is running.
Please make sure that it is mapped correctly.
To go further , you can use Selected property to select the particular row.
Example:
Grid.Rows.Item(index).Selected = True
I hope this has been of some help.
It seems the DataGrid itself is not getting identified whilst the test is running.
Please make sure that it is mapped correctly.
To go further , you can use Selected property to select the particular row.
Example:
Grid.Rows.Item(index).Selected = True
I hope this has been of some help.