Hi Guys,
Is it possible to capture mouse and keyboard events of any application using UI Automation?
I am trying to create a UI Automation client application that handles UI Automation events like Focus Change,Menu opened,Menu closed etc.(UIA_ToolTipOpenedEventId,UIA_ToolTipClosedEventId,UIA_MenuOpenedEventId etc.)
When such events occur on any target applications , my test application is able to receive these events. However, i am unable to capture any mouse or keyboard event.
Any help will be appreciated.
Reference link: https://www.universalthread.com/ViewPageArticle.aspx?ID=199 (I am referring to method explained in this article. )
Thanks in advance!!!