Hello everyone, I’m looking to download all the files from this website( [(https://botsdna.com/IPTicketingTool/)), but I’m not sure how to do it. Can anyone provide some guidance or suggestions?
use datascraping extarct all the files
2.use for each row in datatable activity
inside use click activity and make the selector dynamic by passing the currentrow value to it
Hope this helps
I tried in the same way but it’s not working as expected.
Main.xaml (29.9 KB)
First one error was you datatable was empty or you are not running the workflow from starting point
2 click activity error
it will show like that only but in run time it will work
If you don’t mind, Could you please implement this end-to-end, It could you helpful for me.
Use for each ui elmeent activity and indicate the url and then inside loop perform click and save
Or
Use table extraction and get all the urls and then use navigate url to navigate and downlod or use http request and pss the url and give the file location filename for response…it would be saved automatically
Hope this helps
Cheers
Loop through the ui element and use click activity to click on URL. Check the selector and make it dynamic.
Thanks!!
Thank you, everyone! All the suggested approaches are functioning as expected. I appreciate your assistance and guidance.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.