MCPcopy Index your code
hub / github.com/callstack/agent-device / isSelectorTargetingCommand

Function isSelectorTargetingCommand

src/daemon/session-script-writer.ts:99–101  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

97}
98
99function isSelectorTargetingCommand(command: string): boolean {
100 return isTouchTargetCommand(command) || command === 'fill' || command === 'get';
101}
102
103function optimizeFillAction(
104 action: SessionAction,

Callers 2

Calls 1

isTouchTargetCommandFunction · 0.90

Tested by

no test coverage detected