onDownload does not press the [save] button

Hi,

I’m not sure this is intentionally but when I trigger a file download from a website does onDownload still expect me to press the final [save] button to initiate the actual download?
I would like to see that part automated. For now I get around it with the command after the download is initiated.

{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”
},

Yes, you still need to click the save or whatever button just as you would have done manually.