I have created a process that saves a document from a website using the notification window in IE - this was easily achieved with clicks as you would expect. It worked perfectly when running from Studio on my local computer.
However, when I moved to the project to my remotely-connected robot and tried to run the process through its Studio it would not recognise the notification popup window to save and would not continue on to click save and follow the rest of the process through.
I eventually managed to resolve this by inserting a “send hotkey” activity to press alt+N which brings the IE notification window into focus.
I had tried checking the selectors and re-recording the clicks, but nothing would work. Alt+N was the fix.
Any clues as to why it worked perfectly without the need to include alt+N on my local copy, but when trying to run it remotely it stops right at that point?
Thanks!