UNPKG

appium-helios-driver

Version:
38 lines (36 loc) 640 B
const desiredCapConstraints = { platformName: { presence: true, isString: true, inclusionCaseInsensitive: ['Helios'] }, app: { isString: true }, deviceName: { presence: false }, processArguments: { // recognize the cap, // but validate in the driver#validateDesiredCaps method }, implicitTimeout: { isNumber: true }, loopDelay: { isNumber: true }, commandDelay: { isNumber: true }, mouseMoveSpeed: { isNumber: true }, diagnosticsDirectoryLocation: { isString: true }, screenShotOnError: { isNumber: true } }; export default desiredCapConstraints;