Search code examples
c#.netautomationui-automationcoded-ui-tests

UI support by UIAutomationClient


I am looking for some details about UIAutomationClient.

I want to know which type of element\application it supports like WPF, Win 32, JAVA, Sliverlight.

If anyone has a link where all the supported control complete list I can find then it will be helpful.


Solution

  • Windows Presentation Foundation Controls, Win32, Windows Forms Controls

    UI Automation provides full functionality in Windows XP, Windows Server 2003, and later operating systems.

    Please refer the below three docs for more details :

    UI Automation Overview

    UI Automation Support for Standard Controls

    UI Automation Control Types

    I hope this helps.