Description
Returns the active window found.
Attributes
Output
ApplicationWindow - The active window found returned as a RaxWindow variable output.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity..
Misc
DisplayName - Renames the activity.
Example
- Create a RaxWindow variable and name it window.
- Add a Get Active Window activity inside the initial Sequence.
- In the Get Active Window ApplicationWindow field under Attibutes, add the window variable.
- Add a Minimize Window activity inside the Do sequence.
(Note: After getting the active window, insert the activities you want to execute in that active window inside this Sequence.)
After execution, the returned active window should be minimized.