How to detect flag inside data table

Lets say I have a data table on a website with a column name as download which has 150 rows and there are download icons at random rows of that column, So how can I detect whether that particular row contains a download icon or not ? Does anyone have any idea.

I tried using using find Image and Image Exists activity, These activities work only a for a single row of that column. I tried making the table row of this activities as dynamic by editing their selectors but eventually it doesn’t work

sounds like we can use data scraper tool (extract data)

For the icon occurrence we can react on the icon src attribute. Have a look here:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.