Description
Hides a specified window.
Attributes
Input
Window - The window that would be hidden. This field only supports RAXWindow variables.
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 called window.
- Add a Get Active Window activity inside a Sequence, and in the ApplicationWindow under Properties, write window.
- Add a Hide Window activity inside the Do sequence.
- In the Window field, add window.
The use case should look as the following screenshot:
After execution, the returned active window should be hidden.