I work with a PowerScript application composed of many thousands of windows. Some of these windows are accessible from menu buttons. Others are linked from window themselves in various ways, usually via buttons or clicking fields.
I'd like to determine most or all navigation paths to a window. Is there an automated way to do this? Essentially creating a table like this:
Window | Linked Window | Linking Object Type | Linking Object Name |
w_parent | w_child | ClickButton | "Open W Child" |
Only the first two columns are really important, though the others would certainly be useful. Appreciate any thoughts.