You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Collapsed ${helperPresentation.filteredCount} Android helper node${helperPresentation.filteredCount===1 ? '' : 's'} from the agent-facing text snapshot; use --raw or --json for the full hierarchy.`,
@@ -622,6 +630,15 @@ function buildSnapshotNotices(
return`Hint: sparse accessibility snapshot returned ${nodes.length}${noun}. The app may expose limited accessibility metadata; run screenshot --overlay-refs for visual context.`;
Copy file name to clipboardExpand all lines: website/docs/docs/snapshots.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ It does not automatically switch to AX.
38
38
- Those summaries intentionally show only a few labels for token efficiency. Use `snapshot --raw` when you need the full off-screen tree instead of the compact summary.
- Add `-d <depth>` when you only need upper hierarchy layers.
41
-
- If `snapshot -i` returns 0 nodes on Android but the screen is visibly populated, trust `screenshot` as visual truth, wait briefly, then take one fresh `snapshot -i`.
42
41
- If `snapshot -i -d <n>` says the interactive output is empty at that depth, retry once without `-d` before taking more shallow snapshots.
43
42
- Re-snapshot after any UI mutation before reusing refs.
44
43
- On Android after navigation or submit, snapshot capture retries suspicious trees for a short post-action deadline and `@ref` interactions refresh while that freshness window is active. If `snapshot -i` still disagrees with the visible screen, trust `screenshot`, wait briefly, then take one fresh snapshot instead of looping stale snapshots.
0 commit comments