faustf Posted December 5, 2016 Posted December 5, 2016 hi guys i have this button in the page web <div class="buttons_div"> <div class="agreeButtonSpace submit_div"> <input class="ebayLVTracking_clickthru agree_button anchorSpace" type="submit" value="Agree"> </div> i tryed to pushed with this code and do that Local $oForm2 = _IEFormGetCollection($oIE, 0) For $oForm In $oForm2 ConsoleWrite($oForm.value & @CRLF) $name = String($oForm.value()) If $name = "Agree" Then _IEAction($oForm, "Click") EndIf Next but return a errror "E:\_GESTIONALE_NEW\include\GUI_Configure.au3" (2613) : ==> The requested action with this object has failed.: $name = String($oForm.value()) $name = String($oForm^ ERROR why return error ??? thankz
j0kky Posted December 5, 2016 Posted December 5, 2016 (edited) String($oForm.value) not String($oForm.value()) Edited December 5, 2016 by j0kky faustf 1 Spoiler Some UDFs I created: Winsock UDF STUN UDF WinApi_GetAdaptersAddresses _WinApi_GetLogicalProcessorInformation Bitwise with 64 bit integers An useful collection of zipping file UDFs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now