user interface - c# UI automation StructureChanged Event Handler slow -
I am working with the C # UI Automation library and change the structure to an event handler, currently I have a problem of priority This is because it takes approximately 1.5 seconds to trigger this event. The code I am using is as follows:
Automation element window = Automation element. Frosthandle (processes [0]. Manvin Wendle); Automation.Administration ChangedEventHandler (window, Treescope children, new structure changing event handler (onstitch change); I think that the tree scope. Children are taking a short walk to trigger the incident? If this is the case or not, what would be the best way to trigger this phenomenon faster?
Comments
Post a Comment