UIA-v2 Documentation

repository·main·Indexed 19 days ago

https://github.com/descolada/uia-v2

An AutoHotkey wrapper for Microsoft's UIAutomation framework. It provides helper functions for automating complex Windows applications and web browsers, including Chrome, Edge, and Firefox. The library consists of the main UIA.ahk core and a specialized UIA_Browser.ahk helper for browser-specific tasks.

Tokens
290
Snippets
0
Records
2
Agent score
16%

What's inside UIA-v2

  1. Overview of UIA-v2

    main

    UIA-v2 is an AutoHotkey (AHK) library that acts as a wrapper for the Microsoft UIAutomation framework. It is designed to automate Windows applications that are difficult or impossible to control using standard AHK methods.

    Key components include:

    • UIA.ahk: The main library, based on thqby's UIAutomation library, but enhanced with custom helper functions for improved ease of use.
    • UIA_Browser.ahk: A specialized helper library for browser automation, providing functions for tasks like fetching URLs and switching tabs. It currently supports Chrome, Edge, and Firefox.