I am using Ubuntu 19.10. For automation purposes, I need to download this file with a script.

But I am not able to get the link.

enter image description here

How can I achieve this?

0

2 Answers

You can find the link using the console. Open it with the right click -> examine element -> terminal (or console, don't know how it is in english), and just do like you had done in your gif.

Here is your link :

and screenshot of Firefox terminal for this link :

enter image description here

so your wget command would be :

wget 
0

Here is the wget command:

wget 
  • How to get the download link for Firefox:

    1. Click Save on the download window and select a download location. You can either save the file or cancel the download.

    2. Click the Downloads button on the Firefox toolbar and select Show All Downloads.

    3. Right-click on your downloaded (or cancelled) file and select Copy Download Link.

  • How to get the download link for Chrome:

    1. Click Save on the download window and select a download location. You can either save the file or cancel the download.

    2. Click Show all on the downloads toolbar at the bottom of the browser.

    3. Right-click on your downloaded (or cancelled) file and select Copy link address.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy