Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
wda
Method · 0.95
tap
Method · 0.65
Tested by
no test coverage detected