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

Method openUrl

src/iphone-simulator.ts:99–103  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

97 }
98
99 public async openUrl(url: string) {
100 const wda = await this.wda();
101 await wda.openUrl(url);
102 // alternative: this.simctl("openurl", this.simulatorUuid, url);
103 }
104
105 public async launchApp(packageName: string, locale?: string) {
106 validatePackageName(packageName);

Callers

nothing calls this directly

Calls 2

wdaMethod · 0.95
openUrlMethod · 0.65

Tested by

no test coverage detected