05-22-2012, 08:12 PM
Hi All,
Iam new to this forrum,
i have one query iam trying to capture the Links using innertext of gmail. but iam not able to do so can you please help me
here is my DPp Code
OutPut: 0
+You
1
+You
2
+You
3
+You
4
+You
5
+You
6
it's just printing the same Link
Can anyone Please help me where iam going wrong[/b]
Iam new to this forrum,
i have one query iam trying to capture the Links using innertext of gmail. but iam not able to do so can you please help me
here is my DPp Code
Code:
For i = 0 to 40
x = Browser("name:=.*").page("title:=.*").Frame("name:=c.*").Link("name:= .*","index:=&i").GetROProperty("innertext")
print i
print x
Next
OutPut: 0
+You
1
+You
2
+You
3
+You
4
+You
5
+You
6
it's just printing the same Link
Can anyone Please help me where iam going wrong[/b]