appium-uiautomator2-driver
Version:
UiAutomator2 integration for Appium
10 lines • 754 B
TypeScript
import type { AndroidUiautomator2Driver } from '../driver';
/** Configures the app capability and validates the APK path before session start. */
export declare function prepareSessionApp(this: AndroidUiautomator2Driver): Promise<void>;
/** Verifies that the app APK path from capabilities exists on the host. */
export declare function checkAppPresent(this: AndroidUiautomator2Driver): Promise<void>;
/** Installs and prepares the application under test on the device. */
export declare function initAUT(this: AndroidUiautomator2Driver): Promise<void>;
/** Launches the application under test according to session capabilities. */
export declare function ensureAppStarts(this: AndroidUiautomator2Driver): Promise<void>;
//# sourceMappingURL=aut.d.ts.map