https://github.com/ddeltasolutions/automation-spy
Automation Spy is a spy utility tool designed to inspect Microsoft UI Automation hierarchy of elements.
https://github.com/ddeltasolutions/automation-spy
automation elements inspect objects spy ui
Last synced: 8 months ago
JSON representation
Automation Spy is a spy utility tool designed to inspect Microsoft UI Automation hierarchy of elements.
- Host: GitHub
- URL: https://github.com/ddeltasolutions/automation-spy
- Owner: ddeltasolutions
- Created: 2022-04-20T08:44:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:45:00.000Z (over 1 year ago)
- Last Synced: 2024-05-17T09:55:02.614Z (over 1 year ago)
- Topics: automation, elements, inspect, objects, spy, ui
- Language: C#
- Homepage: http://automationspy.freecluster.eu/
- Size: 186 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automation Spy
Automation Spy is a spy utility tool designed to inspect Microsoft UI Automation hierarchy of elements.This tool has simple intuitive features and buttons that can be used to work with it. Can be used to navigate through MS UI Automation hierarchy of objects and inspect for properties and control patterns of each object. You can directly navigate to an element using the mouse pointer. You can also monitor UI Automation events that are raised for a specific element. Additionally, you can make actions on Automation elements using control patterns. Why Automation Spy? Because we want to make it easy to develop applications using Microsoft UI Automation technology (UIA).
It is built using the unmanaged version of UI Automation API (UIA or Windows Automation API 3.0). Located in Windows\System32\UIAutomationCore.dll, Windows Automation API 3.0 library is the latest version of UI Automation, was introduced starting with Windows 7 and was written as a Component Object Model (COM). This tool is freeware. Requirements: Windows 7 or later, .NET Framework 4.0 or later.
You can download the latest release from here: https://github.com/ddeltasolutions/Automation-Spy/releases
Screenshot:
Note: If you have trouble with opening this program, right click the .exe file, choose Properties from the menu and in the lower part of the Properties dialog box you can see an "Unblock" checkbox. Check it and press Apply and OK.