Good day to everyone! I need to make PAD press an "Actions" button in a table (as you can see on the screenshot) based on a date value in that same table. I have an Excel table with all the transactions (and their dates) that I need to mark as chargeback by pressing the "Actions" button.
When I was extracting the data from cells in the first row (to inspect the elements in Selector) I noticed that both of them (the date and button) have the same tr[Id="-row-1"] attribute. My thoughts were to extract that "-row-1" value from the date cells and place it to the button Selector. But I can't figure it out. I am using the "Extract data from webpage" action in PAD to extract Text value from the date cells (on a screenshot). Then I need to compare those date values with the date from the Excel file, so I get the right transaction. And after that, I need to extract the "-row-1" attribute value of that specific date cell and put it into a variable. Finally, I should insert this variable into the button Selector so the PAD can click the button.
Maybe there is an easier way to do this, but I haven't found one yet. The main thing for me now is to get that "-row-1" attribute value. I will attach more screenshots below. Will be glad to see your thoughts.