UNPKG

appium-uiautomator2-driver

Version:
8 lines 416 B
import type { AndroidUiautomator2Driver } from '../driver.js'; import type { BatteryInfo } from './types.js'; /** * Reads the battery information from the device under test. * @returns Battery information including level (0.0-1.0) and state (charging, discharging, etc.). */ export declare function mobileGetBatteryInfo(this: AndroidUiautomator2Driver): Promise<BatteryInfo>; //# sourceMappingURL=battery.d.ts.map