@guidepup/setup
Version:
Setup your environment for screen-reader automation.
19 lines (18 loc) • 2.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERR_WINDOWS_FAILED_TO_RESTART_EXPLORER = exports.ERR_WINDOWS_FAILED_TO_INSTALL_NVDA = exports.ERR_WINDOWS_UNABLE_TO_UPDATE_REGISTRY = exports.ERR_WINDOWS_UNABLE_TO_ACCESS_REGISTRY = exports.ERR_MACOS_FAILED_TO_ENABLE_DO_NOT_DISTURB = exports.ERR_MACOS_REQUIRES_MANUAL_USER_INTERACTION = exports.ERR_MACOS_UI_CONTROL_NOT_CONSENTED = exports.ERR_MACOS_UI_PROMPT_FAILURE = exports.ERR_MACOS_UNABLE_TO_WRITE_USER_TCC_DB = exports.ERR_MACOS_UNABLE_TO_WRITE_DATABASE_FILE = exports.ERR_MACOS_UNABLE_TO_VERIFY_SIP = exports.ERR_MACOS_UNABLE_UPDATE_SYSTEM_DEFAULTS = exports.ERR_MACOS_UNSUPPORTED_VERSION = exports.ERR_MACOS_UNABLE_TO_VERIFY_VERSION = exports.ERR_UNSUPPORTED_OS = void 0;
exports.ERR_UNSUPPORTED_OS = "Unsupported OS - consider contributing to Guidepup?";
exports.ERR_MACOS_UNABLE_TO_VERIFY_VERSION = "Unable to verify macOS version";
exports.ERR_MACOS_UNSUPPORTED_VERSION = "Require macOS version 11 or later";
exports.ERR_MACOS_UNABLE_UPDATE_SYSTEM_DEFAULTS = "Unable to update system defaults";
exports.ERR_MACOS_UNABLE_TO_VERIFY_SIP = "Unable to verify macOS SIP status";
exports.ERR_MACOS_UNABLE_TO_WRITE_DATABASE_FILE = "Unable to write to the VoiceOver database file - SIP might not be disabled";
exports.ERR_MACOS_UNABLE_TO_WRITE_USER_TCC_DB = "Unable to write to the user TCC.db - SIP might not be disabled";
exports.ERR_MACOS_UI_PROMPT_FAILURE = "Unable to retrieve user input from prompt";
exports.ERR_MACOS_UI_CONTROL_NOT_CONSENTED = "Consent not given for UI control";
exports.ERR_MACOS_REQUIRES_MANUAL_USER_INTERACTION = "Unable to setup environment without manual user interaction";
exports.ERR_MACOS_FAILED_TO_ENABLE_DO_NOT_DISTURB = 'Failed to enable "Do not disturb" mode';
exports.ERR_WINDOWS_UNABLE_TO_ACCESS_REGISTRY = "Unable to access Windows registry";
exports.ERR_WINDOWS_UNABLE_TO_UPDATE_REGISTRY = "Unable to update Windows registry";
exports.ERR_WINDOWS_FAILED_TO_INSTALL_NVDA = "Unable to install NVDA";
exports.ERR_WINDOWS_FAILED_TO_RESTART_EXPLORER = "Unable to restart explorer.exe";