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

Method getElementsOnScreen

src/ios.ts:215–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 public async getElementsOnScreen(): Promise<ScreenElement[]> {
216 const wda = await this.wda();
217 return await wda.getElementsOnScreen();
218 }
219
220 public async getScreenshot(): Promise<Buffer> {
221 const wda = await this.wda();

Callers

nothing calls this directly

Calls 2

wdaMethod · 0.95
getElementsOnScreenMethod · 0.65

Tested by

no test coverage detected