Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adilsezer/winspector
Winspector is a Windows OS based inspector utility that allows you to dynamically view the attributes of automation elements you hover over with your mouse.
https://github.com/adilsezer/winspector
csharp uiautomation wpf
Last synced: 4 days ago
JSON representation
Winspector is a Windows OS based inspector utility that allows you to dynamically view the attributes of automation elements you hover over with your mouse.
- Host: GitHub
- URL: https://github.com/adilsezer/winspector
- Owner: adilsezer
- License: mit
- Created: 2021-12-08T09:28:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:00:37.000Z (2 months ago)
- Last Synced: 2024-09-17T01:22:39.077Z (about 2 months ago)
- Topics: csharp, uiautomation, wpf
- Language: C#
- Homepage:
- Size: 324 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Winspector
Winspector is a Windows OS based inspector utility that allows you to dynamically view the attributes of automation elements you hover over with your mouse.## Basic Features
* Viewing UIA element details when hovering over any position with mouse
* Dynamically updated element table
* Viewing element and parent element details## Requirements
* .NET Framework 4.8.1## Screenshot
### Main Application GUI and inspecting Notepad application
![Alt text](https://github.com/adilsezer/Winspector/blob/main/Winspector/Assets/winspector_screenshot.png?raw=true "Winspector")