хоть убейте, потерял уже пару часов но ничего не получается
вот сам код кнопочки
вот че пытался
вот чего выходит в консоли
C:\Program Files (x86)\AutoIt3\Include\IE.au3 (560) : ==> The requested action with this object has failed.:
WEnd
WEnd^ ERROR
вот сам код кнопочки
Код:
<form action="index.php" method="post" target="_blank"><input type="hidden" name="cf" value="uzd-geturltask"><input type="hidden" name="zdid" value="351639">
<input type="submit" value=" Начать выполнение задания " style="font-weight: bold;">
</form>
Код:
$Inputs = _IETagNameGetCollection($oIE, 'input')
For $Input In $Inputs
If $Input.type== 'submit' And $Input.value== ' Начать выполнение задания ' Then
_IEAction($Input, 'click')
_IELoadWait($oIE)
ExitLoop
EndIf
Next
вот чего выходит в консоли
C:\Program Files (x86)\AutoIt3\Include\IE.au3 (560) : ==> The requested action with this object has failed.:
WEnd
WEnd^ ERROR