wpf_find_elements_deep
Find all UI elements in any WPF application that match specified criteria like type name, element name, or text, without any result limit.
Instructions
Deep search for ALL elements matching criteria (no result limit). Requires at least type_name, element_name or text to avoid returning the entire tree. Same filters as wpf_find_elements: type_name (partial match), element_name (x:Name substring), text (visible text content), property_filter, visible_only. Use root_handle to limit scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| type_name | No | ||
| root_handle | No | ||
| element_name | No | ||
| visible_only | No | ||
| property_filter | No |