화면 좌표로 UI 요소 탐색 후 속성 타입얻어오기 응용 프로그램 설명화면 좌표로 UI 요소 탐색 후 속성 정보 출력 응용 프로그램 유형C# 콘솔 응용 프로그램 요구조건UI 자동화 .NET 어셈블리 참조(솔루션 탐색기의 프로젝트의 참조 노드에 마우스 오른쪽 버튼 클릭하여 컨텍스트 메뉴에서 참조 추가) using System;using System.Windows.Automation;using System.Windows;using System.Collections.Generic; namespace 속성_검색{ class Program { static void Main(string[] args) { AutomationElement ae = AutomationElement.RootElement; Rect rect..