How to Automate data table from browser?

Hi,
I want to download multiple files from data table from browser.
try to use Data scrapping activity to scrape URL. but URL is available. after clicking row item one by one then and then only download files. please suggest me how to automate whole data table

Regards,
Priyanka

Hi!

so you wants to scrape the data from browser or downloaded file?

Regards,
NaNi

Hi @THIRU_NANI
I want to download files only.

Regards

Hi!

thanks for the conformation. can you provide us the site that we can see the actual input .

if you wants to automate the table use data scraping. if you’re unable to scrape the data please let me know where you’re getting the error?

please refer below hot scrape the data

Regards,
NaNi

@Priyanka_Jadhav1

If you want the URL you need to click a element

So you can check the element selector in UiExplorer and check difference between the 1st row element and 2nd row element and make dynamic selector

Hope this will help you

Thanks