monddd Posted June 17, 2019 Posted June 17, 2019 <input class="btn btn-danger btn-block" type="submit" value="Click Login"> Hi, I want use IE.au3 click button. I did everything but I still didn't click. Please help me.
monddd Posted June 17, 2019 Author Posted June 17, 2019 $oLinks = _IETagNameGetCollection($oIE, "input") For $oLink In $oLinks If String($oLink.type) = "submit" And String($oLink.value) = "Click Login" Then _IEAction($oLink, "click") ExitLoop EndIf Next _IELoadWait($oIE, 1000) thank
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