Hi bro need your help, i have a grid so i want to take the text from each cell . Note:its not a table i cant able to do data scrapping. so here i have the only option that i can take the value by row by row…
one more tricky is the idx values are not unique …its keep on changing …so i tried many ways but because of the idx chages and aaname changes i cant able to get the proper solution.
so here i just thought that is it possible to get the text without using aaname and idx…
@suresh_kumar4 Can you use a two Click Activity on two of the rows and Open the Selector in UiExplorer and Validate the Selector if not. Then Send the Screeshot of both the rows Selectors. This is done to understand the relation between the two rows, so that we can use a Loop and extract all data if they are related in some way.
Instead of completely removing idx and aaname, try to find the part in the selector that remains constant every time and for the part which is dynamic and changes every time, replace it by “*”. Also, try Validating your selector with uiExplorer.
Hope it helps!