3 ms·
Quote from a sibling comment: - macOS: Accessibility API - Windows: UI Automation - Linux: AT-SPI
by tuukkah 5mo ago
Quote from a sibling comment:
- macOS: Accessibility API
- Windows: UI Automation
- Linux: AT-SPI
- Arainach 5mo agoThe levels of support are radically different. Compositors, window managers, UI frameworks, and apps all have mixed and inconsistent levels of support such that the overall experience is that you simply cannot rely on using a Linux system via accessibility.
- gvkhna 5mo agoUnfortunately AT-SPI support is very hit or miss, mostly miss. To get it useable for this required a huge amount of modification. See my other comment for context.