@guidepup/setup
Version:
Setup your environment for screen-reader automation.
16 lines (15 loc) • 1.54 kB
TypeScript
export declare const ERR_UNSUPPORTED_OS = "Unsupported OS - consider contributing to Guidepup?";
export declare const ERR_MACOS_UNABLE_TO_VERIFY_VERSION = "Unable to verify macOS version";
export declare const ERR_MACOS_UNSUPPORTED_VERSION = "Require macOS version 11 or later";
export declare const ERR_MACOS_UNABLE_UPDATE_SYSTEM_DEFAULTS = "Unable to update system defaults";
export declare const ERR_MACOS_UNABLE_TO_VERIFY_SIP = "Unable to verify macOS SIP status";
export declare const ERR_MACOS_UNABLE_TO_WRITE_DATABASE_FILE = "Unable to write to the VoiceOver database file - SIP might not be disabled";
export declare const ERR_MACOS_UNABLE_TO_WRITE_USER_TCC_DB = "Unable to write to the user TCC.db - SIP might not be disabled";
export declare const ERR_MACOS_UI_PROMPT_FAILURE = "Unable to retrieve user input from prompt";
export declare const ERR_MACOS_UI_CONTROL_NOT_CONSENTED = "Consent not given for UI control";
export declare const ERR_MACOS_REQUIRES_MANUAL_USER_INTERACTION = "Unable to setup environment without manual user interaction";
export declare const ERR_MACOS_FAILED_TO_ENABLE_DO_NOT_DISTURB = "Failed to enable \"Do not disturb\" mode";
export declare const ERR_WINDOWS_UNABLE_TO_ACCESS_REGISTRY = "Unable to access Windows registry";
export declare const ERR_WINDOWS_UNABLE_TO_UPDATE_REGISTRY = "Unable to update Windows registry";
export declare const ERR_WINDOWS_FAILED_TO_INSTALL_NVDA = "Unable to install NVDA";
export declare const ERR_WINDOWS_FAILED_TO_RESTART_EXPLORER = "Unable to restart explorer.exe";