Skip to content

Allow the AT-SPI registry daemon to use the Introspect interface

Mike Gorse requested to merge mgorse/gnome-shell:at-spi-introspect into main

This will allow orca (or, hypothetically, another application that uses AT-SPI) to retrieve a window ID given an AT-SPI accessible, or retrieve the ID for the focused window. The window ID can then be passed to RecordWindow to simulate a mouse click.

Helps #9 (closed)

Merge request reports