|
|
|
|
|
by stif1337
110 days ago
|
|
Yes, electron apps expose a reasonable accessibility tree through Chromium's UIA/AT-SPI bridge. We've tested with Spotify (Electron/CEF), VS Code, Slack, and Chrome itself. The tree is shallower than native Win32/WPF apps, but key interactive elements (buttons, inputs, lists) are usually exposed. You can check what's available with: curl "localhost:7878/windows/{pid}/find?interactive=true"
|
|