Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1.86 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.86 KB

UI Automation library UDF

Table of Contents

About

This UDF is an AutoIt wrapper for 'Windows UI Automation' (UIA) layer.
It allows to interact with desktop application layers otherwise not reachable to standard Win32 spying with AutoIt3Info explorer.
Note, that not all functionality might be mapped or updated in current published version.

Installation

Simply copy .au3 files to your development directory and use #include to point to these files in the source code.

Usage

  • Use UIAutomation_*.au3 for core functionality to UIA layer.
  • Tools like UISpy or Inspect allows to see applications in UIA layer.

Documentation

Examples