UNPKG

appium-xcuitest-driver

Version:

Appium driver for iOS using XCUITest for backend

7 lines (5 loc) 207 B
/** Native (non-webview) context identifier. */ export const NATIVE_WIN = 'NATIVE_APP'; export const APP_EXT = '.app'; export const IPA_EXT = '.ipa'; export const SUPPORTED_EXTENSIONS = [IPA_EXT, APP_EXT];