appium-uiautomator2-driver
Version:
UiAutomator2 integration for Appium
10 lines • 605 B
TypeScript
import type { AndroidUiautomator2Driver } from '../driver';
import type { InstallOptions } from './types';
/**
* Installs multiple APKs with `install-multiple` option.
* @param apks - Array of APK file paths or URLs to install.
* @param options - Optional installation options (allowTestPackages, useSdcard, grantPermissions, etc.).
* @throws {errors.InvalidArgumentError} If the apks array is empty or invalid.
*/
export declare function mobileInstallMultipleApks(this: AndroidUiautomator2Driver, apks: string[], options?: InstallOptions): Promise<void>;
//# sourceMappingURL=app-management.d.ts.map