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
fix(ios): gate get text snapshot-text fast-path to iOS only
Review (P1): the fast-path skipped the backend read on Android/Linux/macOS too,
but those backends read value-first (macOS helper: AXValue→title→description;
Linux similar) whereas snapshot readable text is label-first for non-editables —
so skipping their read changed get text output. Restrict the optimization to the
iOS XCUITest path (the slow allElementsBoundByIndex re-read it targets). Adds a
test asserting non-iOS platforms still dispatch the backend read.
0 commit comments