Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

0 votes
2 views
by (12.7k points)

 I have automated the login and getting to the downloading page where i have some pdf's which i want to download. These pdf's are dynamic ,sometimes there are 10 sometimes 100 ,it changes everyday.i want to download those pdf's

1 Answer

0 votes
by (29.5k points)
edited by
Hi, the problem exists due to the dynamic nature of the page, you can maybe go about defining selectors but I don't think that will solve your problem.

 the easiest solution that I can think of is by using extracting the details as a datatable. Here is how you can do it:

1) Scrape the web page for table format

2) Extract the data as a data table

3) From that datatable go to the link and just open the link using the URL obtained or use the URL with 'attach browser' activity to download the content.

Related questions

+2 votes
1 answer
0 votes
1 answer
asked Jul 13, 2019 in RPA by Abhishek_31 (12.7k points)
0 votes
1 answer
0 votes
1 answer
asked Jan 21, 2020 in RPA by Prakhar_04 (29.5k points)

Browse Categories

...