Hi to all , I’d like to use the great feature onDownload, but I really don’t care how to get it working properly. I’m following the official guide at UI Automation Open-Source Selenium IDE plus additional features, iMacros alternative. What I need is exactly described in the doc, precisely:
“[…] It allows you to overwrite the default file name with a custom name […]”
Here’s my code for the download part:
{
"Command": "onDownload",
"Target": "example.xls",
"Value": "true"
}
In my browser (Chrome 71), I’ve UNchecked the option “ask where to save each file before downloading”, so the files are downloaded automatically. Is it correct that?
In my script, the script clicks (with simple command “click”) on a button and then wait for some seconds, then the download starts. With the code I’ve posted, the name of the file doesn’t change.
Anyone could help me please?
Many thanks & Best regards,
Chris.