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

  1. Create a RaxWindow variable and name it window.
  2. Add a Get Active Window activity inside the initial Sequence.
  3. In the Get Active Window ApplicationWindow field under Attibutes, add the window variable.
  4. 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.