appium-flutter-driver
Version:
44 lines • 849 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.desiredCapConstraints = void 0;
exports.desiredCapConstraints = {
app: {
isString: true,
},
avd: {
isString: true,
},
maxRetryCount: {
isNumber: true,
},
platformName: {
inclusionCaseInsensitive: [
'iOS',
'Android',
],
isString: true,
presence: true,
},
retryBackoffTime: {
isNumber: true,
},
udid: {
isString: true,
},
observatoryWsUri: {
isString: true,
},
skipPortForward: {
isBoolean: true
},
adbPort: {
isNumber: true
},
remoteAdbHost: {
isString: true
},
forwardingPort: {
isNumber: true
},
};
//# sourceMappingURL=desired-caps.js.map