appium-mac2-driver
Version:
XCTest-based Appium driver for macOS apps automation
58 lines • 1.09 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.desiredCapConstraints = void 0;
const desiredCapConstraints = {
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.desiredCapConstraints = desiredCapConstraints;
//# sourceMappingURL=desired-caps.js.map