I have a data table that is exported from an application. The data is then compared to an excel spreadsheet to find the correct line item from the data table. I then need to click on the correct line within the application. I’ve been able to extract the data and identify which line needs to be clicked.
This is my first time working with strict selectors. For the click itself, what should the target be (ex. The header of the data in the application, the first line of data)? I know I need to adjust the strict selector, but which are in the strict selector would be changed? For the strict selector, I’ve tried adjusting after “ctrl name” to the variable but that hasn’t worked.
