06-23-2011, 03:24 PM
(This post was last modified: 06-23-2011, 03:26 PM by Unleash Rajesh.)
Hi...
I got the answer...Try this
Hi..
Got a solution...Try this...
I got the answer...Try this
Code:
Dim obj
Set a=Description.Create
a("html tag").value = "A"
a("micclass").value="Link"
a("innerhtml").value="Login"
set obj = Browser("Micclass:=Browser").Page("Micclass:=Page").ChildObjects(a)
x= obj.count
For i=0 to x-1
obj(i).click
Next
Hi..
Got a solution...Try this...
Code:
Dim obj
Set a=Description.Create
a("html tag").value = "A"
a("micclass").value="Link"
a("innerhtml").value="Login"
set obj = Browser("Micclass:=Browser").Page("Micclass:=Page").ChildObjects(a)
x= obj.count
For i=0 to x-1
obj(i).click
Next