UNPKG

appium-android-driver

Version:

Android UiAutomator and Chrome support for Appium

14 lines 580 B
import { AndroidDriver } from './driver'; import { getChromePkg } from './commands/context/helpers'; import { parseArray, requireArgs } from './utils'; export declare const utils: { readonly getChromePkg: typeof getChromePkg; readonly parseArray: typeof parseArray; readonly requireArgs: typeof requireArgs; }; export type * from './commands/types'; export { ANDROID_DRIVER_CONSTRAINTS as commonCapConstraints } from './constraints'; export * from './driver'; export * as doctor from './doctor/checks'; export default AndroidDriver; //# sourceMappingURL=index.d.ts.map