Thanks .
I am still having same problem. Pls see attached.
I had:
One thing I noticed that Inbox/Junk both has a html tag = A.
I am doing it in hotmail as i said. If you can do the same in hotmail, i dont know why i cant do it.
Thanks.
one improvement. i added one more property.
this code works, if Junk folder has any number(ex: Junk(1), Junk(2)), it clicks. But if Junk folder has no number, no parenthesis, then it gives me error. ex: Junk
Pls help. thx.
I am still having same problem. Pls see attached.
I had:
Code:
Browser("micclass:=Browser").Page("micclass:=Page").Frame("micclass:=Frame").Link("micclass:=Link","html tag:=a","text:=(Junk)$|Junk[\d\)\(]+").Click
One thing I noticed that Inbox/Junk both has a html tag = A.
I am doing it in hotmail as i said. If you can do the same in hotmail, i dont know why i cant do it.
Thanks.
one improvement. i added one more property.
Code:
Browser("micclass:=Browser").Page("micclass:=Page").Link("micclass:=Link","html tag:=A","abs_y:=267", "text:=Junk( \(\d+\))?").Click
this code works, if Junk folder has any number(ex: Junk(1), Junk(2)), it clicks. But if Junk folder has no number, no parenthesis, then it gives me error. ex: Junk
Pls help. thx.