I have been using a UI Vision macro for a long time with a macro and now with the upgrade it no longer does its main function which is to download reports. It does everything without error and looks like it is clicking the download link which when I hover over it shows javascript: bSubmitted=false;submitAction_win10(document.win10,'#!ICQryDownloadExcel');
. When I rerecord the click of the download link, it produces the same macro code.
{
“Name”: “TEST”,
“CreationDate”: “2022-5-2”,
“Commands”: [
{
“Command”: “click”,
“Target”: “linkText=Excel SpreadSheet”,
“Value”: “”,
“Description”: “”
}
]
It looks like it is doing something, but nothing is downloaded.
- [status] Playing macro TEST
- [info] Executing: | click | linkText=Excel SpreadSheet | |
- [info] Macro completed (Runtime 0.87s)
I really need to get this script run properly. Any help will be appreciated.
Here is UI.Vision appearing to click on the Excel SpreadSheet download link: