Hey all, I’m working on a process that downloads documents. The issue is that the two documents I have to download for this example have identical information, so I’m unsure on how to click both of the “view documents” since there is no identifying anchor. Any creative ideas/thoughts?
@David_Hernandez in selector you can select table row to differentiate these two documents.
Not sure where I can select table row
@David_Hernandez did you try to make its selector in UI Explorer
They aren’t actually identical. They can’t be.
Use Ui Explorer and click each one, looking at the properties to find the differences. It’ll likely be things like tableRow.
Anyway, that doesn’t really matter since you should be using For Each UI Element which is designed to loop through similar UI elements.
@David_Hernandez For both TableRow is 2 ? how is it possible
Thank you! The For Each UI element worked.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.