13-05-22 08:32 PM
what does Activate Application in navigation stage do?
Answered! Go to Answer.
14-05-22 07:31 AM
Hi Sam,
Activate Application action is used to bring the application window to the foreground if the window accidentally might be present at background. It can only be used with Win32 spied elements and it is typically used before actions which would require application window to be set at foreground such as if you are using global send keys or global send key events since they emulate keyboard actions directly on the currently focused element of any screen we wish to automate.
Hence, first we should activate the application so that the screen is visible and is set at foreground before using such activities.
Also, whenever we are performing any kind of image based or surface automation as we call it in Blue Prism, we always need to ensure that our application is on foreground so that images can be recognized properly.
14-05-22 07:31 AM
Hi Sam,
Activate Application action is used to bring the application window to the foreground if the window accidentally might be present at background. It can only be used with Win32 spied elements and it is typically used before actions which would require application window to be set at foreground such as if you are using global send keys or global send key events since they emulate keyboard actions directly on the currently focused element of any screen we wish to automate.
Hence, first we should activate the application so that the screen is visible and is set at foreground before using such activities.
Also, whenever we are performing any kind of image based or surface automation as we call it in Blue Prism, we always need to ensure that our application is on foreground so that images can be recognized properly.