Javascript Progress Bar Web Automation (1 Viewer)

plasma33

New member
Local time
Yesterday, 22:40
Joined
May 13, 2012
Messages
2
Hi Guys,

I am trying to automate a webpage through macro. But facing some problems. I actually want to control the page with help of the progress bar.

Here is the code for the progress bar->

Code:
<div class="icePnlGrp" id="form:j_idt11:0:j_idt152"><table class="iceOutProg" id="form:j_idt11:0:progressGlobal" cellpadding="0" cellspacing="0" border="0"><tbody><tr><td><div class="iceOutProgBg" style="position:relative;"><div class="iceOutProgFill" id="form:j_idt11:0:progressGlobalbar" style="position:absolute;width:0%;"></div><div class="iceOutProgTxt" style="text-align:center;position:relative;background-color:transparent;width:100%;z-index:1;">MetFusion Progress: Retrieval - 0%</div></div></td></tr></tbody></table>
Can we do something like for example->
Code:
Do Until IE.Document.getElementsByTagName("DIV").value = "MetFusion Progress: Retrieval - 100%"
      DoEvents
Loop
Thanks in advance guys.

Cheers
plasma33
 

Users who are viewing this thread

Top Bottom