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

Method doubleTap

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

Source from the content-addressed store, hash-verified

252 }
253
254 public async doubleTap(x: number, y: number): Promise<void> {
255 const wda = await this.wda();
256 await wda.doubleTap(x, y);
257 }
258
259 public async longPress(x: number, y: number, duration: number) {
260 const wda = await this.wda();

Callers

nothing calls this directly

Calls 2

wdaMethod · 0.95
doubleTapMethod · 0.65

Tested by

no test coverage detected