[已解决]求教 IE 非A标签按钮如何自动点击,实在弄不出来了。谢谢
本帖最后由 devineresse 于 2018-12-11 20:16 编辑在网站 https://cn.tradingview.com/forex-screener/ 我用F12 查看到以下代码:
<divdata-set="overview">
概览
</div>
我想要自动点击“ 概览”,如何实现呢,_IELinkClickByText 、_IEGetObjByName 好像都不行,请高手帮我想想办法。
#include <ie.au3>
Local $oIE = _IEAttach("https://cn.tradingview.com/forex-screener/",'url')
Local $sButn = 'body > div:nth-of-type(7) > div > div:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(1)'
Local $oElement = $oIE.document.QuerySelector($sButn)
$oElement.click()
"C:\Users\ddr\Desktop\?? AutoIt3 ??.au3" (4) : ==> ????? "Object".????.:
Local $oElement = $oIE.document.QuerySelector($sButn)
Local $oElement = $oIE^ ??
你好,显示错误。。请问可以详细点吗 zghwelcome 发表于 2018-12-11 12:21
"C:\Users\ddr\Desktop\?? AutoIt3 ??.au3" (4) : ==> ????? "Object".????.:
Local $oElement = $oIE.document.QuerySelector($sButn)
Local $oElement = $oIE^ ??
提示错误。
页:
[1]