Hi,
There is table of "ControlType.Table" in my application. White is able to recognize the table when I execute the following:
_mainWindow.Get<Table>(SearchCriteria.ByAutomationId(elementId));
But returns 0 rows under the table.
There was a previous post on the same issue and there is a solution to retrieve table values in an array. This solution is working when the number of rows are less than 10. When the datagrid has more rows, the solution is not working.
Can you please help me.
Thanks,
Divya.