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

AttachWindow

AIWOZO.Core. UIAutomation.AttachWindow

  • AttachWindow activity works as a container for attaching an already opened application’s window and to perform different set of activities in it.

Properties

      Input

  • Selector (InArgument<String>) – Capture the text property for finding a particular UI element.

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • Screenshot (String) – Path of the screenshot taken of the UI element of the browser.

      Output

  • Output (OutArgument<Window>) – Stores the window instance of the activity in a Window variable.