UNPKG

appium-chromium-driver

Version:

Appium driver for Chromium-based browsers that work with Chromedriver

33 lines 668 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.desiredCapConstraints = void 0; exports.desiredCapConstraints = { chromedriverPort: { isNumber: true, }, useSystemExecutable: { isBoolean: true, }, executable: { isString: true, }, executableDir: { isString: true, }, verbose: { isBoolean: true, }, logPath: { isString: true, }, autodownloadEnabled: { isBoolean: true, }, disableBuildCheck: { isBoolean: true, }, browserName: { isString: true, }, }; //# sourceMappingURL=desired-caps.js.map