While using stdAcc it is often useful to be able to obtain the accessibility information at the cursor. This can help you find elements to further investigate the accessibility tree. This example provides a utility application which can be used to:
- Pinpoint element attributes to assist during automation.
- Allows setting of
accValue, typically useful to test setting fields with information. - Allows execution of
DoDefaultAction.
- stdVBA
- stdAcc
- stdWindow
- stdICallable
- Currently only works on Windows OS
Open xlsm and click launch!
Move your mouse around to extract accessibility information
- Extract basic accessibility information
- Provide a button to freeze time, allowing the copy and paste of data out of the form.
- Make form topmost
- FIXME: Slow path creation over Excel.
- Option to highlighting the hovered accessibility element with a yellow rect created with GDI+ to help indicate which window is being inspected.
- Display the accessibility tree in a treeview control. Navigating the tree should navigate the inspected element and navigate "hover rectangle" above - this will likely be a different project.
- Path field has currently been disabled. See roadmap.
