Hello All,
I am automation UI using UI Automaiton in c#. The code is working well when I am runing it using Visual Studio.
But I created dll of it and tried to run dll from some other Application but the Automation is not working.
The issue is
AutomationElement aeDesktop = AutomationElement.RootElement;
This code is working as expected, But it is not able to get the CHild of this. Any help?