UNPKG

appium-espresso-driver

Version:
41 lines 929 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ESPRESSO_CONSTRAINTS = void 0; const appium_android_driver_1 = require("appium-android-driver"); exports.ESPRESSO_CONSTRAINTS = { systemPort: { isNumber: true }, launchTimeout: { isNumber: true }, forceEspressoRebuild: { isBoolean: true }, espressoServerLaunchTimeout: { isNumber: true }, espressoBuildConfig: { isString: true }, showGradleLog: { isBoolean: true }, skipServerInstallation: { isBoolean: true }, intentOptions: { isObject: true }, disableSuppressAccessibilityService: { isBoolean: true }, activityOptions: { isObject: true }, appLocale: { isObject: true, }, ...appium_android_driver_1.commonCapConstraints, }; //# sourceMappingURL=constraints.js.map