hi, I have a website with a table that looks like this:
I am using a For Each UI Element to loop through the category names (coloured grey), then I am trying to use another For Each UI Element activity to loop through the files in the inner table do download those files. However, I am having trouble using a For Each UI Element in the inner loop as it only detects the files from the first category even when it goes to the second category. How can I troubleshoot this? I tried using the Find Children for the inner table with the files but it doesn’t work as the web page is structured such that the grey Div and the Div below are on the same indentation level, so the inner table is technically not a child of the category grey div.
