Blocks & Flow EditorWindows
get element
Extracts a specific attribute from a UI element in a Windows application.
Extracts a specific attribute from a UI element in a Windows application.
Configuration
| Field | Description |
|---|---|
| Display Name | Label on the block. |
| Element Name Type | Full Name, Sub Name, or Regex. |
| Element Name | Window or element title to target. |
| Automation ID | UI automation identifier. |
| Class Name | Window class identifier. |
| Control Type | UI control type. |
| Path | Element locator path. |
| Depth | Element tree depth (default 8). |
| Advanced Locator | Custom locator string. |
| Attribute Name | Name of the UI attribute to read (state, appearance, behavior, etc.). |
Outputs
| Result | Description |
|---|---|
| Output | Payload: requested attribute value from the element. |
Notes
- Requires get session block earlier in the flow.
- Use Inspect.exe to find element identifiers.