We have a process that uses AA objects while saving files from a webpage using the windows explorer save as window. When I log into the Resource server and watch the process everything works as expected. When I run the process as an unattended scheduled process, the process fails to recognize the windows explorer objects, specifically the address bar causing the process to fail with an exceptions:
"Could not identify process owning the current foreground window"
and
"Unable to match any Active Accessibility elements to the supplied query terms"
It's not clear to me why this works without error when I login to the resource server but not when I run it as an unattended scheduled process. I've tried adding 5 second wait stages in the process as is suggested on other forums.
Thanks