I need to read the column names of a datagrid which is dynamic and my code works sometimes but does fail a lot too. I have the correct rxpath to access these text values and it works every time I use it on Ranorex Spy, however when I debug the code to test the same Rxpath using the following code, it returns an empty list
Code: Select all
Host.Local.Find(path, duration).ToList();
Thanks,
Sherin