UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

8 lines 382 B
/** Capability value that selects an available simulator automatically. */ export declare const UDID_AUTO = "auto"; /** 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