Cant manage to make it myself. For example I want script to wait till I click submit button in example form.
I think I need to read values somehow or smth..
Any ideas?
I think I need to read values somehow or smth..
[ autoit ]
#include Local $oIE = _IE_Example("form") $oForm = _IEFormGetCollection($oIE, 0) Global $oQuery = _IEFormElementGetObjByName($oForm, "submitExample") While 1 WEnd
Any ideas?