I have a problem with an automation process turn around of two functions :
Application : Click
Wait for download
I need to do an excel export from an application for it , i click on the button ok , from a pop up window to trigger the download. I use in this case two functions
Application click on OK button which trigger a download , and
wait for donwload, because the sizefile could change . but click not runs and i have an error message
Use Excel File: La référence d’objet n’est pas définie à une instance d’un objet.
Use Excel File: The object reference is not defined to an instance of an object.
Moreover when click is used out of the wait for download , it runs correctly .
Also, can you try with Attach Browser activity, within this container keep Click activity to click on OK button. Next use Wait for Download activity. Check how it goes
Thanks for your Ushu , in fact i discovered the core of problem :
I’m rookie in the use of Studio , i developped another RPA wich used “Wait for download” under Studio X . i ve converted this RPA under Studio and recovered the configuration to help me :
But the configuration of Download file , hangs the RPA process under studio …It seems that RPA developped under Studio X are not completely compatible with Studio …