Save and Close Browser Tab-Hotkey, Type Into, Mouse Click - Inconsistent

I should have checked this sooner, but reading through your issues got me doing some research.

Have you checked this out? Apparently, the HTTP Request activity is an easy-to-use trick to download the pdf file you want.

Here is what I did to test this:

  1. Copied the link.

  2. Copied the URL to the End Point field. Left all the other options to Default.

  3. All options Default on Response tab.
    Checked Download Resource checkbox and gave it a path:
    Data\Sample-Test.pdf

  4. Et voila!
    image

You can use variables instead of the hardcoded URL and filename.
Hopefully, this will make your life easier!
Happy automation!