Methods for opening a Windows desktop application, passing launch parameters, assigning a name for identification, and closing it when done.
Methods for defining which UI automation elements the next action targets, including repeating element groups and persistent selectors.
Methods for clicking elements, typing text, pressing special keys, and switching focus between controls in a desktop application.
Methods for filling desktop application inputs from data sources - overwriting, appending, or inserting from strings, files, databases, or grids.
Methods for scrolling UI Automation elements within a desktop application, both vertically and horizontally.
Methods for pausing execution until a specific time has passed, a UI element appears, or a named Windows window becomes visible.
Methods for attaching custom logic that runs after data entry, when selectors match elements, or when selectors find no elements.