UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

13 lines 530 B
import type { AppiumLogger } from '@appium/types'; import type { Devicectl } from 'node-devicectl'; export declare class AppTerminationClient { private readonly udid; private readonly platformVersion; private readonly devicectl; private readonly log; constructor(udid: string, platformVersion: string, devicectl: Devicectl, log: AppiumLogger); terminate(bundleId: string): Promise<boolean>; private terminateRemoteXPC; private terminateLegacy; } //# sourceMappingURL=app-termination-client.d.ts.map