list_clickable_text_content
How it works
- •Server sends eval:
__REACT_NATIVE_MCP__.getClickableTextContent(). App walks Fiber, finds nodes with onPress, and for each returns full text (textContent of that subtree) and optional testID. LikequerySelector+textContentfor clickables. - •Use to assert visible label text of buttons/clickables. Returns
[{ text, testID? }]. No parameters.