I am trying to automate a UWP desktop application using RPA.Windows. I am able to automate certain steps, but I am stuck when trying to select a line from a grid. By using Power Automate I was able to get the following selector:
pane[Class="filtros"] > edit[Class = "TDBEdit"]:eq(3)
Until now, I have used the class property in RPA.Windows whenever a class is shown in Power Automate, but I am at loss on how should I use the “:eq(3)” part.