appium-ios-simulator
Version:
iOS Simulator interface for Appium.
18 lines • 597 B
TypeScript
export class SimulatorXcode15 extends SimulatorXcode14 {
/** @type {Set<string>} */
_systemAppBundleIds: Set<string>;
/**
* Retrives the full path to where the simulator system R/O volume is mounted
*
* @returns {Promise<string>}
*/
_getSystemRoot(): Promise<string>;
/**
* Collects and caches bundle indetifier of system Simulator apps
*
* @returns {Promise<Set<string>>}
*/
_fetchSystemAppBundleIds(): Promise<Set<string>>;
}
import { SimulatorXcode14 } from './simulator-xcode-14';
//# sourceMappingURL=simulator-xcode-15.d.ts.map