Hi,
We are trying to read table from DataGrid of your given application (Surface Automation Training.exe). We are able to spy the whole table/grid (Get table option in element) using accessibility mode as well as win32 mode but we are not able to extract exact contents of each and every cell. We are getting a single column with name 'Column1' instead of all the actual columns. Neither is the data visible.
For an example:
ACTUAL DATA -
---------------------------------------------------------------
First Name......Last Name.......Mobile Number
ABC....................KK...................549844655
XYZ ....................LL...................885168161
LMN ....................HH...................186168416
PQR....................GG...................898741511
---------------------------------------------------------------
OUTPUT (we get using spying):-
-------------------------------------------------------------------------------
ColumnName1
First Name Row 0Last Name Row 0Mobile Number Row0
First Name Row 1Last Name Row 1Mobile Number Row1
First Name Row 2Last Name Row 2Mobile Number Row2
First Name Row 3Last Name Row 3Mobile Number Row3
-------------------------------------------------------------------------------
Has anyone else faced such an issue?
Team, please help us on this.
EDIT: The actual data in table is separated well apart (here multiple dots (.....) represent spaces).