UNPKG

appium-safari-driver

Version:
43 lines 953 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.desiredCapConstraints = void 0; const desiredCapConstraints = { browserName: { isString: true, }, browserVersion: { isString: true }, acceptInsecureCerts: { isBoolean: true }, 'safari:platformVersion': { isString: true }, 'safari:platformBuildVersion': { isString: true }, 'safari:useSimulator': { isBoolean: true }, 'safari:deviceType': { isString: true }, 'safari:deviceName': { isString: true }, 'safari:deviceUDID': { isString: true }, 'safari:automaticInspection': { isBoolean: true }, 'safari:automaticProfiling': { isBoolean: true }, 'webkit:WebRTC': { isObject: true }, }; exports.desiredCapConstraints = desiredCapConstraints; //# sourceMappingURL=desired-caps.js.map