UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

10 lines 470 B
import type { XCUITestDriver } from '../../driver'; /** * Initializes the WebDriverAgent connection, prepares the device, and starts WDA. */ export declare function start(this: XCUITestDriver): Promise<void>; /** * Creates a WebDriverAgent session with the given application bundle and process arguments. */ export declare function startWdaSession(this: XCUITestDriver, bundleId?: string, processArguments?: any): Promise<void>; //# sourceMappingURL=startup.d.ts.map