1. Home
  2. Docs
  3. UI Automation
  4. Maximize Window

Maximize Window

AIWOZO.Core.UIAutomation.MaximizeWindow

  • MaximizeWindow activity is used for maximizing the 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 be maximized.

Properties

      Input

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

      Misc

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