Forum Discussion

Dewayne_Pinion's avatar
Dewayne_Pinion
Contributor
10 years ago
Solved

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...
  • Ryan_Moran's avatar
    Ryan_Moran
    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.