UNPKG

appium-webdriveragent

Version:
6 lines 258 B
import type { XcodeBuild } from './xcodebuild'; /** * Ensure simulator WDA is built and return the resulting app bundle path. */ export declare function bundleWDASim(xcodebuild: XcodeBuild): Promise<string>; //# sourceMappingURL=check-dependencies.d.ts.map