Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

small help here

$
0
0
i see this script in form and it work great but i neet the web page start heddin

[ autoit ]      
#include $oIE = _IECreate() _IENavigate($oIE, "file:///" & @DesktopDir & "\hotspot\login.html") ; get pointers to the login form and username and password fields $o_form = _IEFormGetObjByName($oIE, "login") $o_login = _IEFormElementGetObjByName($o_form, "username") $o_password = _IEFormElementGetObjByName($o_form, "password") ; Set field values and submit the form _IEFormElementSetValue($o_login, "ahmed") _IEFormElementSetValue($o_password, "asdasd") _IEFormSubmit($o_form) Exit

i made it to auto login in mikrotik

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>