appium-mac2-driver
Version:
XCTest-based Appium driver for macOS apps automation
57 lines • 1.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const MAC2_CONSTRAINTS = {
systemPort: {
isNumber: true,
},
systemHost: {
isString: true,
},
showServerLogs: {
isBoolean: true,
},
bootstrapRoot: {
isString: true,
},
serverStartupTimeout: {
isNumber: true,
},
bundleId: {
isString: true,
},
arguments: {
isArray: true,
},
environment: {
isObject: true,
},
noReset: {
isBoolean: true,
},
skipAppKill: {
isBoolean: true,
},
prerun: {
isObject: true,
},
postrun: {
isObject: true,
},
webDriverAgentMacUrl: {
isString: true,
},
appPath: {
isString: true,
},
appLocale: {
isObject: true,
},
appTimeZone: {
isString: true,
},
initialDeeplinkUrl: {
isString: true,
},
};
exports.default = MAC2_CONSTRAINTS;
//# sourceMappingURL=constraints.js.map