i am using a web application to generate a pdf report throw clicking on a line to download it. what i have done is to click on one line and download it successfully. what i need now is to download more than one reports from different lines as shown in the photo how can i do this
@mohamed.saty2012 ,try to use iD instead of going with CSS selector , beacuse CSS selectors might get change based on web behaviour the try to pass the dynamic value in row count
also i have made the selector dynamic as shown
for mor info when i click on the first link another page open after downloading the file i make the robot return to the pervious page put it select the first line again
what should i do
the problem was at the fuzzy selector once i remove all other selectors the strict selector works fine thanks you all for your help and support i am really appreciated it.
Data Scraping → Output: DataTable variable ‘ReportLinks’
For Each Row in ‘ReportLinks’
Assign → ‘CurrentSelector’ with dynamic selector based on row data
Click → Selector: ‘CurrentSelector’
Wait For Download or handle download dialog
// Optional: Rename and move downloaded file if necessary
Next Row