当前位置 博文首页 > haimianjie2012的专栏:UI自动化:UI Automation

    haimianjie2012的专栏:UI自动化:UI Automation

    作者:[db:作者] 时间:2021-09-01 10:30

    了解更多访问:windows应用程序GUI自动化控制

    MicrosoftUI自动化是一个可访问性框架,它使Windows应用程序能够提供和使用有关用户界面(UI)的编程信息。它提供对桌面上大多数UI元素的编程访问。它使辅助技术产品(如屏幕阅读器)能够向最终用户提供有关用户界面的信息,并通过标准输入以外的方式操纵用户界面。UI自动化还允许自动化测试脚本与UI交互。

    开发者受众

    UI自动化是为有经验的C/C++开发人员设计的。一般来说,开发人员需要对组件对象模型(COM)对象和接口、Unicode和WindowsAPI编程有一定程度的了解。

    有关UI自动化托管代码的信息,请参阅MSDN的.NET Framework Developer's Guide部分中的Accessibility。

    Run-Time Requirements

    UI Automation is supported on the following operating systems: Windows?XP, Windows Server?2003, Windows Server?2003 R2, Windows?Vista, Windows?7, Windows 10, Windows Server?2008, Windows Server?2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, and Windows Server 2019.

    UI Automation Fundamentals

    UI Automation Provider Programmer's Guide

    UI Automation Client Programmer's Guide

    Reference (UI Automation)

    本节提供有关Microsoft UI Automation API的参考信息。

    Samples (UI Automation)

    以下示例应用程序,演示如何使用非托管的Microsoft UI Automation provider and client APIs.

    cs
    下一篇:没有了