【问题标题】:Why is _IELinkClickByText not working how I expect it to?为什么 _IELinkClickByText 不能按我的预期工作?
【发布时间】:2015-07-25 21:36:55
【问题描述】:

我是 Auto IT 的第一次用户,我正在尝试点击网页上的链接。网页上有一个名为“新业务(NB)报价”的标签 我想点击它,所以这就是我正在做的事情

Local $oIE = _IE_Example("basic")

_IELinkClickByText($oIE,"New Business (NB) Quotation")

这会打开一个不同的网页,我很困惑。

【问题讨论】:

    标签: automation autoit


    【解决方案1】:
    Local $oIE = _IECreate("http://yoururl.com/path")
    
    _IELinkClickByText($oIE,"New Business (NB) Quotation")
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-06-07
      • 2020-01-10
      • 1970-01-01
      • 2021-05-30
      • 2020-03-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多