appium-xcuitest-driver
Version:
Appium driver for iOS using XCUITest for backend
11 lines • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_EXTENSIONS = exports.IPA_EXT = exports.APP_EXT = exports.NATIVE_WIN = exports.UDID_AUTO = void 0;
/** Capability value that selects an available simulator automatically. */
exports.UDID_AUTO = 'auto';
/** Native (non-webview) context identifier. */
exports.NATIVE_WIN = 'NATIVE_APP';
exports.APP_EXT = '.app';
exports.IPA_EXT = '.ipa';
exports.SUPPORTED_EXTENSIONS = [exports.IPA_EXT, exports.APP_EXT];
//# sourceMappingURL=constants.js.map