UNPKG

appium-espresso-driver

Version:
18 lines 708 B
import type { EspressoDriver } from '../../driver.js'; /** * Start an Espresso session: device setup, server install, and session launch. */ export declare function startSession(this: EspressoDriver): Promise<void>; /** * Create the Espresso runner and wire proxy handlers on the driver. */ export declare function initServer(this: EspressoDriver): void; /** * Tear down the Espresso server session and clear the runner reference. */ export declare function teardown(driver: EspressoDriver): Promise<void>; /** * Remove the ADB port forward for the Espresso server system port. */ export declare function removePortForward(driver: EspressoDriver): Promise<void>; //# sourceMappingURL=startup.d.ts.map