MCPcopy Create free account
hub / github.com/callstack/agent-device / text

Function text

src/platforms/android/__tests__/alert-detection.test.ts:76–78  ·  view source on GitHub ↗
(index: number, label: string, identifier: string, parentIndex = 0)

Source from the content-addressed store, hash-verified

74}
75
76function text(index: number, label: string, identifier: string, parentIndex = 0): RawSnapshotNode {
77 return node(index, 'android.widget.TextView', { label, identifier, parentIndex });
78}
79
80function button(
81 index: number,

Callers 1

Calls 1

nodeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…