Click event not firing after perform click menu item

Menu Item .pngI

Unable to perform click the “Exit” menus on the image above. It only highlights the button upon testing the perform click, but click event is not firing.

The children menu of the menu items above is working.

TIA.

You might need to invoke this a different way. Try using the ClickChildBy…methods of the form. There are some controls that do not have translators built for them and thus require a different way of triggering the click.

This did the trick ClickByText. Thank you!