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

Function clickCommand

src/commands/interaction/runtime/interactions.ts:79–82  ·  view source on GitHub ↗
(
  runtime,
  options,
)

Source from the content-addressed store, hash-verified

77): Promise<PressCommandResult> => await tapCommand(runtime, options, 'press');
78
79export const clickCommand: RuntimeCommand<ClickCommandOptions, PressCommandResult> = async (
80 runtime,
81 options,
82): Promise<PressCommandResult> => await tapCommand(runtime, options, 'click');
83
84export const fillCommand: RuntimeCommand<FillCommandOptions, FillCommandResult> = async (
85 runtime,

Callers

nothing calls this directly

Calls 1

tapCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…