So apparently my submission last night from my phone that included a question as to when UIA would be coming to Blue Prism got chopped off.
I agree it's comparable to Silverlight given they both make use of XAML, not so much Flash though. I suppose you could debate on Flash given that it, like WPF won't respond to any of the standard win32 APIs like GetWindowText, SetWindowText etc.
Neither here nor there though as you got to what I wanted to talk about.
It's good to hear that UIA is coming to Blue Prism, we'd all hope that Line Of Business applications being written with WPF would use standard controls and just style them as required. I can be wishful anyway...
To ritikamehta - is the grid a WPF DataGrid control? If yes, is it possible for you to get access to it's data source (making an assumption here that it's connected to a DB)?
Alternatively, you could build up an object that's mainly comprised of code stages and talk to the UIA libs yourself examples:
https://www.codeproject.com/Articles/141842/Automate-your-UI-using-Micr…