【问题标题】:Click a span element with AutoIt使用 AutoIt 单击 span 元素
【发布时间】:2017-01-20 22:56:18
【问题描述】:

我想学习如何使用 AutoIt 点击 span 元素。这是 span 元素的代码。

<span class="ng-binding">Reports</span>

这就是 span 按钮的样子:

【问题讨论】:

    标签: autoit


    【解决方案1】:

    根据您的元素,您可以尝试使用this function

    _IEGetObjByClass($oIE, 'ng-binding')
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-01-06
      • 2017-11-23
      • 1970-01-01
      • 1970-01-01
      • 2021-10-11
      • 1970-01-01
      • 2015-10-18
      • 1970-01-01
      相关资源
      最近更新 更多