Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Accessibility Inspector

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.

inspector

Requirements

  • stdVBA
    • stdAcc
    • stdCallback
    • stdClipboard
    • stdICallable
    • stdImage
    • stdLambda
    • stdProcess
    • stdShell
    • stdWindow
  • tvTree
  • uiVBA
    • uiElement
    • uiMessagable
  • Currently only works on Windows OS

Usage

Open xlsm and click "Show Accessibility Inspector"!

Navigate the treeview to insect the accessibility information of desktop windows.

Roadmap

  • Extract basic accessibility information
  • Provide watchable cursor option.
  • Provide a temporary watchable cursor option ( 5 second timeout ).
  • Make form topmost
  • Code generation algorithm to generate stdAcc code for usage in user applications.
  • Search function to allow searching of accessibility tree.
  • Ability to only show visible elements.
  • Option to highlighting the selected accessibility element with a yellow rect.
  • Option to find and display the hovered element within the accessibility tree.