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.
I also tried editing the definition in the data scraping activity changed the Attr to src but it returns null value
This is the column of the datatable