getAccessibilitySupportFeatures
Array of strings naming currently enabled accessibility support components. Possible values:
nativeAPIs- Native OS accessibility APIs integration enabled.webContents- Web contents accessibility tree exposure enabled.inlineTextBoxes- Inline text boxes (character bounding boxes) enabled.extendedProperties- Extended accessibility properties enabled.screenReader- Screen reader specific mode enabled.html- HTML accessibility tree construction enabled.labelImages- Accessibility support for automatic image annotations.pdfPrinting- Accessibility support for PDF printing enabled.
Notes:
The array may be empty if no accessibility modes are active.
Use
app.isAccessibilitySupportEnabled()for the legacy boolean check; prefer this method for granular diagnostics or telemetry.
Example: