UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

6 lines 267 B
import type { XCUITestDriver } from '../../driver'; /** * Stops the active WebDriverAgent session, optionally quits the WDA process, and cleans up system files. */ export declare function stop(this: XCUITestDriver): Promise<void>; //# sourceMappingURL=stop.d.ts.map