Selectors and scraping

we have one site where we need to do some operations like first we nhttps://global.discourse-cdn.com/uipath/original/3X/1/1/119568b66398bbb1037864b0194efdf6bc43ad40.pngeed to extract data in excel.data extraction is done but now next step is :1) Click Search symbol if the year is above 2018
2) Download the check request if it’s available
want to do opration on data file
will share my excel file

![exceldata|690x388]

Some ideas:

  1. Iterate through the Excel using the For Each Row activity and identify those cases for each you want to click the Search symbol
  2. If possible, build the Search URL directly: http://website/search/{WIID} - the one to which you navigate by clicking the Search button might have a pattern. Navigate to that URL using the Use App/ Browser activity
  3. Use the Wait For Download activity to get the data file by clicking on the Download button.

1 Like

for download we need to check wheater it contains pdf file or not then will download.my confusion is we need to click search button for every file and and check wheather file is available or not how we do that