MJ36 Posted October 16, 2018 Posted October 16, 2018 Help me click this button <div class="box-bottom"> <button class="btn-auth submitButton" type="submit">Zaloguj</button> I tried but it does not work Local $oFound = "" Local $oBtns = _IETagNameGetCollection($oIE, "button") For $oBtn In $oBtns If String($oBtn.classname) = "btn-auth submitButton" Then EndIf Next _IEAction ($obtn, "click") EndFunc
Moderators JLogan3o13 Posted October 16, 2018 Moderators Posted October 16, 2018 @MJ36 "doesn't work" doesn't help anyone help you. You have zero error checking in your script. Are you actually getting results from _IETagNameGetCollection? You should be checking that it returns something before you try to act on the collection. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
MJ36 Posted October 16, 2018 Author Posted October 16, 2018 Actually ! I apologize for the trouble you can close Thanks
Moderators JLogan3o13 Posted October 17, 2018 Moderators Posted October 17, 2018 @MJ36 we don't close topics for the most part. If you found a solution, please think about sharing what you did. It may help someone in the future facing the same frustration. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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