API Browser Plugin

Given an accessible widget selected in the Application Tree View, the API Browser Plugin shows its implemented AT-SPI interfaces along with its methods and properties.

API Browser Plugin


       The API Browser Plugin allows you to verify interfaces, methods, and properties of a
       target accessible widget in an application.
The API Browser Plugin allows you to verify interfaces, methods, and properties of a target accessible widget in an application.

Running the API Browser Plugin

To run the API Browser Plugin, select an accessible widget in the Application Tree View. Double-clicking a widget highlights it in the application's interface, so you can be sure whether a certain widget were the one you were looking for.

After that, select one of the widget's interfaces in the combobox. All public methods of the selected interface will be listed in the plugin's leftmost column. All public properties, with their corresponding values, will be listed in the plugin's rightmost column.

By default, the API Browser Plugin hides private methods and properties. To see them listed, unselect the checkbox Hide Private Attributes. To hide them again, re-select this checkbox.