UNPKG

appium-geckodriver

Version:

Appium driver for Gecko-based browsers and web views

9 lines 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VERBOSITY = void 0; const VERBOSITY = { DEBUG: 'debug', TRACE: 'trace', }; exports.VERBOSITY = VERBOSITY; //# sourceMappingURL=constants.js.map