Downloading a file control wont gain focus

when I use click on a button it launches a window/frame/pop to download a file. I cannot seem to intercept this with a parallel on my CLICK. which control works to allow automation of the download? How do I determine which control would work best for this?

Hi,

File Save dialog box is a windows UI element. In order to automate the same use Application host activity > Select type Windows > Configure the Application host activity by clicking on settings icon.

Post that open application activity and then you can configure the UI elements on File Save dialog box

Regards,
Amit

doesn’t find it.
tried parallel with popup winpopup and app-controls
the page uses a kit called dojo - does that make a diff?

Hi,

Is it possible to share screen shot as to what you are trying to do so that I can suggest a better solution.