get_runtime_node
Fetch a live UIKit node by its accessibilityIdentifier anchor via the in-app DebugBridge, optionally saving the runtime detail artifact.
Instructions
Read a live UIKit node by runtime anchor/accessibilityIdentifier via the in-app DebugBridge, optionally saving a runtime detail artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor | Yes | Runtime anchor to match against UIView.accessibilityIdentifier, for example figma.1739_13055. | |
| artifactDir | No | Directory for saved artifacts. Defaults to .devflow-ui/runtime. | |
| saveArtifact | No | Save the captured runtime node JSON to artifactDir. Defaults to false. | |
| artifactPrefix | No | Optional file prefix for saved artifacts. |