08-11-2015, 08:48 PM
(This post was last modified: 08-11-2015, 08:49 PM by kotaramamohana.)
Hi,
Here is my approach, Dont know other logic.
Here is my approach, Dont know other logic.
Code:
Set p=browser("CreationTime:=0").page("micClass:=Page").ChildObjects(WebButton("micClass:=WebButton"))
i=0
For x=0 to p.count-1 step 1
If p(x).getroproperty("micClass") = "WebButton" Then
i=i+1
End If
Next
msgbox "Count :" &i