UNPKG

appium-webdriveragent

Version:
5 lines 309 B
import type { AppleDevice } from '../../../lib/types'; export declare function killAllSimulators(): Promise<void>; export declare function shutdownSimulator(device: AppleDevice): Promise<void>; export declare function deleteDeviceWithRetry(udid: string): Promise<void>; //# sourceMappingURL=simulator.d.ts.map