Search the Community
Showing results for tags 'frame notification bar'.
-
Hi, community. Don't know where to debug anymore. Before this I received "Frame Notification Bar" listed when run Local $sClassList = WinGetClassList("[CLASS:IEFrame]") _writeLog("list CLASS: "&$sClassList ) But after a few time testing, the "Frame Notification Bar" does not listed anymore. Not sure why. Even though I have reverted the code to initial condition. I suspected because not closing IE properly. I have disable and enable back and restart the computer but not yet found back the class. My code: if(StringInStr($oTd.innerText, $keyWord)<>0) Then Local $oElements = _IETagNameAllGetCollection($oTd) For $oElement In $oElements if(StringInStr($oElement.innerText, $keyWord)<>0) Then Local $status_click = _IEAction($oElement, "click") If ($status_click = 1) Then _writeLog("Action Success perform - click on selected link: "&$keyWord) Else _writeLog("failed perform Action Link") EndIf Return $status_click EndIf Next EndIf Any help needed. Result: Success to click Download list CLASS: BrowserFrameGripperClass Client Caption WorkerW ReBarWindow32 TravelBand ToolbarWindow32 Address Band Root AddressDisplay Control Edit ToolbarWindow32 ToolbarWindow32 TabBandClass DirectUIHWND ControlBandClass ToolbarWindow32 CommandBarClass ReBarWindow32 Frame Tab TabWindowClass Shell DocObject View Internet Explorer_Server Version 3.5.4