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

Method setOrientation

src/iphone-simulator.ts:274–277  ·  view source on GitHub ↗
(orientation: Orientation)

Source from the content-addressed store, hash-verified

272 }
273
274 public async setOrientation(orientation: Orientation): Promise<void> {
275 const wda = await this.wda();
276 return wda.setOrientation(orientation);
277 }
278
279 public async getOrientation(): Promise<Orientation> {
280 const wda = await this.wda();

Callers

nothing calls this directly

Calls 2

wdaMethod · 0.95
setOrientationMethod · 0.65

Tested by

no test coverage detected