UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

6 lines 266 B
/** Native (non-webview) context identifier. */ export declare const NATIVE_WIN = "NATIVE_APP"; export declare const APP_EXT = ".app"; export declare const IPA_EXT = ".ipa"; export declare const SUPPORTED_EXTENSIONS: string[]; //# sourceMappingURL=constants.d.ts.map