appium-geckodriver
Version:
Appium driver for Gecko-based browsers and web views
17 lines • 673 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.INSECURE_FEAT_CUSTOM_GECKODRIVER_EXECUTABLE = exports.VERBOSITY = void 0;
exports.VERBOSITY = {
DEBUG: 'debug',
TRACE: 'trace',
};
/**
* Insecure feature flag name which must be enabled on the Appium server
* in order to use the `geckodriverExecutable` capability.
*
* Note: when starting the Appium server, this feature must be referenced
* with the automation name prefix (for example
* `--allow-insecure gecko:custom_geckodriver_executable`).
*/
exports.INSECURE_FEAT_CUSTOM_GECKODRIVER_EXECUTABLE = 'custom_geckodriver_executable';
//# sourceMappingURL=constants.js.map