EmptySpace Posted August 16, 2013 Posted August 16, 2013 (edited) There is few buttons and all of them have same value and name. Only differences is action code in html. <form method="post" action="/somestuffblahblahblah"> I didnt used autoit for ages so im lost in these things. So how I could click button only knowing that action code. $oButtons = _IETagNameGetCollection ($oIE, "INPUT") For $oButton In $oButtons If $oButton.action = "/peaceofletters" Then ;if that would work.. : _IEAction ($oButton, "click") ExitLoop EndIf Next Sorry for my bad english. Edited August 16, 2013 by SherminatoR
JohnOne Posted August 16, 2013 Posted August 16, 2013 I imagine the buttons belong to forms. Try getting them first. Also, what is "Soz"? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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