Please help,
I have a situation, where I have a transparent app over a target app, and I want to use System.Windows.Automation.AutomationElement.FromPoint(point) to find the target app, the FromPoint, always returns the AutomationElement from the transparent app.
How can I find the AutomationElement for the target app in this situation, keeping in mind, that I have to have the transparent app always active, and over the target app.