PDF download
-
Hi,
Im not able to click on the pdf download icon. recorder is not detecting the download icon rather it is only detecting the pdf content. Is there any other way to click and download the pdf? -
It's strange that the pdf is opening and not getting downloaded. Is that always the case on your browser or is it only on this site the pdf opens instead of getting downloaded ?
-
Never mind, after googling I see that opening is DEFAULT in chrome and downloading is something you setup.
- you can setup chrome to download instead of opening ( as explain [here] )(https://www.computerhope.com/issues/ch001114.htm )
- you can find the Download button, by adding a "Get Element" from the "Windows" category, and then use the open selector to find the button you want to click.
- if this only needs to run on your machine, you could also just use image recognition ( Add a "Get Element" from the "image" category and then grab a picture of the download button. You might need to remove the process limit in settings after taking the image )
-