Cool Abdul
Cool Abdul

Reputation: 9

autoclick on download icon, as soon as page loads

My Question:

There are hundreds of unique URLs from where I have to download the zip file after clicking on the download icon. Is there any way to automate this process.

My process:

  1. Open the unique web page URL,
  2. Download icons appears.
  3. Click on download icon to download the file.
  4. Same process for rest of the pages.

Notes:

  1. Each zip file has the different name.
  2. Files are hosted in the secured server.
  3. No access to directory folder.
  4. Download icon position changes on every page.

Any chrome extension or fire fox ad don to solve this repeated task? Appreciate your help.

Upvotes: 0

Views: 148

Answers (1)

John Sewell
John Sewell

Reputation: 924

If you have download url list, then there are lots of add-ons that will help you download them, like DownThemAll

But if you do not have download url list, you will need to have a custom extension solution. Because, first extension needs to connect your server and retrieve download url before downloading the actual file. There needs to be Regular Expression difficulties which enforces custom extension solution.

Upvotes: 1

Related Questions