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

IELoadWait($oIE) doesnt work

$
0
0
the first part of my code is to enter username and password, then it will go to another page, i used IELoadWait and the next page is fully loaded before the script continues. The problem arises when from the current page, i need to go to another page...i used IELoadWait again and it doesnt work this time.....ive tried the following 2 codes and failed..please help

[ autoit ]      
$title = _IEPropertyGet($oIE, "locationurl") $oIE = _IEAttach($title, "URL") ;MsgBox(0, "Test", $title) ;to verify url _IELoadWait($oIE) hWnd = WinGetHandle("Start Center - Windows Internet Explorer") $oIE = _IEAttach($hWnd, "hwnd") _IELoadWait($oIE) ;MsgBox(0, "Test", $hWnd) ; to verify handle

Viewing all articles
Browse latest Browse all 12506

Trending Articles



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