decerte Posted August 31, 2011 Posted August 31, 2011 i have a link https://secure.transecute.com/transecute...ERSION=2&TMPL_TABLEBG=&TMPL_LO what function could i use to click continue button ?plz help me plz
wakillon Posted August 31, 2011 Posted August 31, 2011 try like this #include <IE.au3> $oIE = _IECreate ( 'https://secure.transecute.com/icici/servlet/NewPaymentServlet' ) $oDiv = _IEGetObjById ( $oIE, "Continue" ) ; <input type="submit" value="Continue" _IEAction ( $oDiv, "click" ) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
decerte Posted September 1, 2011 Author Posted September 1, 2011 thank wakillon but still nothing happen . . . .IE.au3 V2.4-0 Warning from function _IEGetObjById, $_IEStatus_NoMatch (Continue)--> IE.au3 V2.4-0 Error from function _IEAction, $_IEStatus_InvalidDataType anyone else can help me plz ?
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