Description

Sets a specified window to its restored size.



Attributes

Input

  • Window - The window that would be restored. 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

  1. Create a RaxWindow variable called window.
  2. Add a Get Active Window activity inside the initial Sequence.
  3. In the Get Active Window ApplicationWindow under Attributes, add the window variable.
  4. Add a Restore Window activity inside the Do sequence.
  5. In the Restore Window Window field, add the window variable. 

    The use case should look as the following screenshot:



            After execution, the returned active window should be restored.