Top "Microsoft-ui-automation" questions

The Microsoft UI Automation (UIA) framework provides programmatic access to most user interface elements on Win32, WinForms, and WPF applications.

powershell: how to click a "submit type" input

used powershell to do web ui automation. came up an exception: invoke method failed, because [System.__ComObject] does not contain “…

powershell powershell-2.0 ui-automation microsoft-ui-automation webautomation
What's the difference of UISpy.exe and Inspect.exe? (From Microsoft Windows SDK)

I really want to know, how Inspect.exe gets it's UI-Elements, because it gets by far more elements than UISpy (…

.net ui-automation microsoft-ui-automation ui-spy inspect.exe
Microsoft UI Automation Library Vs Coded UI Test

I'm very much new to Test Automation kind of thing. Recently I've been assigned to a project where I have …

wpf coded-ui-tests ui-testing microsoft-ui-automation
UIAutomation won't retrieve children of an element

I can see that an element with specific Automation ID has children in the Inspect tool: But when I try …

c# windows ui-automation microsoft-ui-automation
Finding all windows on desktop using UIAutomation .NET

I am trying to find all desktop windows using .NET UIAutomation OR White framework. I tried : 1.) AutomationElement rootElement = AutomationElement.RootElement; …

white-framework microsoft-ui-automation
UI Automation not working for DataGridView

After trying out several solutions, I am in desperate need for help. I tried several approaches, before finally copying and …

c# winforms datagridview microsoft-ui-automation