UI Interactions Mouse Click Not Working

When I try to create a sequence outlined in the Input Actions and Methods, the mouse click returns an error: RemoteException wrapping UiPath.Core.ElementOperationException: Action not supported by this type of element. Please use another type of click. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Action not supported by this type of element. Please use another type of click.

What should I be doing differently?

@AVR_Venkatesa

Welcome to the uipath community.

Are you able to indicate that particular element using Click activity ?

If not then try with Click Image activity.

Lakshman,
This is a click on the Format menu item of the Notepad application. When I use the same selector on the minimize button of the Notepad application, no error is returned. I am not sure I can replace the Mouse Click with Click Image.

Thanks for your help.

Lakshman:
I restarted UiPath and the Mouse Click worked. Thanks.