Problem with a pop up and ok button

Hi ,

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 .

Thanks for your help

Hi @frederic-f.bonnet - If possible can you share the error screenshot

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

Hi Ushu ,
I try it .
How i can do to share a screenshot ?
Thx.

@frederic-f.bonnet Don’t you see the upload button (looks like below one) while you are replying

Capture

@frederic-f.bonnet Did it work or it still giving the same error

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 :

Monitored folder :
string.Format(“{0}\Downloads”, Environment.GetFolderPath(Environment.SpecialFolder.UserProfile))
and
Download file :
Saved.Values(Of System.IO.FileInfo)(“Export_Iep”)

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 …

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.