get_debug_page
Get the current page's semantic structure and actionable element IDs from the in-app DebugBridge, with optional artifact saving for UI debugging.
Instructions
Get semantic page and registered actionable element IDs from the in-app DebugBridge, optionally saving an artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | How long to retry while the app is launching or transitioning. Defaults to 8000. | |
| intervalMs | No | Retry interval for transient /debug/page failures. Defaults to 300. | |
| artifactDir | No | Directory for saved artifacts. Defaults to .devflow-ui/runtime. | |
| saveArtifact | No | Save the captured page JSON to artifactDir. Defaults to false. | |
| artifactPrefix | No | Optional file prefix for saved artifacts. | |
| expectedPageID | No | Optional expected pageID. When provided, mismatch returns an error with the captured page payload. |