Windows UI Automation integration.
Provides direct access to Win32 UI Automation (UIA) for interacting with controls without image recognition. Windows-only; stubs are provided on other platforms so the crate compiles cross-platform.
Usage
- uia_get:
by:
property: value
save_as: username_text
- uia_set:
by:
value: "{{ username }}"
- uia_click:
by:
- uia_find:
by:
save_as: edit_handle