gpt4 book ai didi

ribbon - 功能区内的执行按钮

转载 作者:行者123 更新时间:2023-12-04 12:36:44 26 4
gpt4 key购买 nike

我想编写一个脚本(C# 或 AutoIT 或 VBScript .. 任何可行的),它应该

  • 获取已打开的outlook应用程序的引用
  • 遍历功能区以查找特定按钮
  • 执行那个按钮点击

  • 我该怎么做?

    最佳答案

    使用 AutomationPeers。

    这是 MSDN 文章,其中包含很多详细信息:
    http://msdn.microsoft.com/en-us/library/ms752331.aspx

    添加对以下内容的引用:

  • UIAutomationClient
  • UIAutomationClientsideProviders
  • UIAutomationProvider
  • UIAutomationTypes

  • 这是一个关于如何获取当前焦点的 AutomationId 的小 C# 代码片段:
    var id = AutomationElement.FocusedElement.Current.AutomationId;
    this.txt.Text = id;

    您可以导航窗口的整个树并使用自动化对等点驱动整个 UI。这就是辅助功能应用程序与 Windows 中的应用程序交互的方式。这也是自动化 UI 测试应用程序的一种方式。

    关于ribbon - 功能区内的执行按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6595239/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com