The Accessibility Probe (AccProbe) is a standalone, Eclipse Rich-Client Product (RCP) application that provides a view of the Microsoft Active Accessibility (MSAA) or IAccessible2 hierarchy of a currently running application or rendered document and of the properties of the accessible objects of that application or document. It can also serve as an event monitor for tracking the events fired by these accessible objects. It is meant to combine the functionality of tools like Microsoft's Inspect32, AccExplore, and AccEvent into one easy-to-use application for accessibility testing and debugging.
| File | Version | Build ID | Size |
|---|---|---|---|
| actf-accprobe-I200803311422-win32-incubation.zip | 0.3.1 | I200803311422 | 14397KB |
| actf-accprobe-S200803031051-win32-incubation.zip | 0.3.0 | S200803031051 | 14394KB |
| actf-accprobe-N200801141505-win32-incubation.zip | 0.2.1 | N200801141505 | 14175KB |
| actf-accprobe-200711291013-win32-incubation.zip | 0.2.0 | 200711291013 | 11862KB |
Since AccProbe is an Eclipse RCP application, it couldn't be easier to use! Simply unpack the archive you choose to download from the list above to a directory of your choosing. A top-level 'accprobe' directory will be created for you. Within this directory, double-click accprobe.exe and you're off! For more detailed instructions and using AccProbe, consult the User's Guide also found in the 'accprobe' directory.
Note: If you intend to inspect or monitor an IAccessible2-enabled application, you will need to register the IAccessible2Proxy.dll packaged with AccProbe. You do this as follows:
regsvr32 dllname
where 'dllname' is the full path to the IAccessible2Proxy.dll, <ACCPROBE_INSTALL_DIR/accprobe/org.eclipse.actf.accservice.win32.ia2_<version>/IAccessible2Proxy.dll>.
There are several steps for building AccProbe, depending upon whether or not you wish to build the requisite dlls: