09-23-2010, 07:43 PM
Hi Varun,
Just check this,It is working fine for me.If you are getting any problem,please let me know.
Thanks
Vivek
Just check this,It is working fine for me.If you are getting any problem,please let me know.
Code:
Browser("Indiatimes Shopping |").Page("Indiatimes Shopping |").WebElement("html tag:=A","class:=header_myaccount","Index:=0").Click
wait(3)
Browser("Indiatimes Shopping |").Page("Indiatimes Shopping |").WebEdit("login").Click
Browser("Indiatimes Shopping |").Page("Indiatimes Shopping |").WebEdit("login").Set "username"
Browser("Indiatimes Shopping |").Page("Indiatimes Shopping |").WebEdit("passwd").Click
Browser("Indiatimes Shopping |").Page("Indiatimes Shopping |").WebEdit("passwd").SetSecure "4c9b5ade2cf6c7834d11869fc78b2b70eb3805a4ef0c"
Browser("Indiatimes Shopping |").Page("Indiatimes Shopping |").Image("sign-in").Click 40,12
Thanks
Vivek