Dewayne_Pinion
10 years agoContributor
Cannot find popup menu on playback
We are having a heck of a time trying to find and automate some of the controls within our application. It is a .NET app and it has several "popup" menus that users use for navigation. The problem is...
- 10 years ago
So you need to hover the mouse over the parent control, and then click the popup menu?
If so then you'll need a low level procedure to move the mouse and "hover" over the parent control, wait a few seconds, and then click the menu.
[Edit] You can use .HoverMouse method on the parent control to hover and get the menu to pop up.