您好任何人都可以帮助我使用什么代码来使AutoIT单击图像上的此按钮。它包含在DIV类中。
我目前正在尝试使用代码
Func folder () Local $oInputs = _IETagNameGetCollection($oIE, "foldersTreeActionButtons") For $oInput In $oInputs If $oInput.classname == "button smallButton treeAddFolder" Then _IEAction($oInput, "click") Next EndFunc
但遗憾的是它不起作用。请帮忙