UNPKG

appium-espresso-driver

Version:
8 lines 541 B
export declare const TEST_APK_PKG = "io.appium.espressoserver.test"; export declare const ESPRESSO_SERVER_LAUNCH_TIMEOUT_MS = 45000; export declare const TARGET_PACKAGE_CONTAINER = "/data/local/tmp/espresso.apppackage"; /** System port range used to communicate with the Espresso HTTP server on the device. */ export declare const SYSTEM_PORT_RANGE: number[]; /** Port the Espresso server listens on on the device (forwarded from {@link SYSTEM_PORT_RANGE}). */ export declare const DEVICE_PORT = 6791; //# sourceMappingURL=constants.d.ts.map