UNPKG

appium-android-driver

Version:

Android UiAutomator and Chrome support for Appium

5 lines 242 B
export declare function mobileShell<T extends boolean>(command: string, args?: string[], timeout?: number, includeStderr?: T): Promise<T extends true ? { stdout: string; stderr: string; } : string>; //# sourceMappingURL=shell.d.ts.map