Hello I'm trying to automate an web application that is build with frames and a lot of javascipt, the first page is a login page with 2 input box (username and password) and a login button no problems to automate input of credentials and click buttonĀ  on this page #include <ie.au3> $oIE = _IECreate ("https://mypage:7493/idem/suite/login.do") $oFrame = _IEFrameGetCollection($oIE, 0) ; first frame (frame 0) $oForm = _IEFormGetObjByName ($oFrame, "basicLogonForm"); this form is inside