08-03-23 08:32 AM
Hi,
Anyone know how to automate the download file with this new popup? The popup isn't reachable with Application Modeler in any type of spying mode, so I can't press the "Save" ("Salva con nome") button.
Also, I can't use the "File Download" action of the "File Management utility" of BP, because the button that allows you to download the file calls a Javascript function, so I don't have direct access to the location of the file
Has anyone else had the same problem? and how did you solve it?
Thank you
08-03-23 09:08 AM
Hi Allessandro,
Please create a separate object for handling this pop up and keep the object type as windows - Capture the Parent window of Edge via Windows mode and then try acting on the Pop up via UIA Mode - I am sure creating a separate dedicated object as by default type as Windows should do the job.
Let me know if you have any difficulties implementing this.