1. Home
  2. Docs
  3. UI Automation
  4. HideWindow

HideWindow

AIWOZO.Core.UIAutomation.HideWindow

  • HideWindow activity is used for hiding a selected window.
  • If this activity is used inside AttachWindow activity, then no need to pass the window instance else have to pass the Window variable instance of the previously opened window which needs to hide.

Properties

       Input

  • window (InArgument<Window>) – Define the Window variable of the window instance which needs to be hide.

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.