MCPcopy
hub / github.com/mobile-next/mobile-mcp / tap

Method tap

src/iphone-simulator.ts:249–252  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

247 }
248
249 public async tap(x: number, y: number) {
250 const wda = await this.wda();
251 return wda.tap(x, y);
252 }
253
254 public async doubleTap(x: number, y: number): Promise<void> {
255 const wda = await this.wda();

Callers

nothing calls this directly

Calls 2

wdaMethod · 0.95
tapMethod · 0.65

Tested by

no test coverage detected