Blocks & Flow EditorWindows
set anchor
Defines a reference point (anchor) within a Windows application for relative element location.
Defines a reference point (anchor) within a Windows application for relative element location.
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. |
Outputs
| Port | Description |
|---|---|
| Output 1 | Message passes through after the operation completes |
Notes
- Requires get session block earlier in the flow.
- Pair with clear anchor to reset the reference point.