The app I am working with has many context sensitive (popup) menus, i.e. menus that get displayed at the cursor when I right-click on an item. The windows declaration recorder doesn't find them when I select the main window and they disappear when I switch windows so I cannot activate the popup and then try to record it.
With experimentation, I can get the coordinates to do a MouseClick, but I am wondering if there is a better way to deal with this. Some of these menus are nested 2 and 3 levels deep so that is a lot of coordinate calculating. It would be great to manage them like the normal menus.