07-09-2009, 04:19 PM
Hi all..
I used settoproperty of a yahoomail login,i wrote the script which i have referred from other blogs.....may i know is this script is correct,becoz when i run the application i getting error in the 1st line itself....pls suggest me the correct solution for SETTOPROPERTY...
Thankz
L.Rajesh
I used settoproperty of a yahoomail login,i wrote the script which i have referred from other blogs.....may i know is this script is correct,becoz when i run the application i getting error in the 1st line itself....pls suggest me the correct solution for SETTOPROPERTY...
Code:
browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebEdit("login").type "rajeshdizzy"
browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebEdit("login").SetTOProperty "title","password"
browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebEdit("passwd").SetSecure "xxxxxxx"
browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").WebButton("Sign In").Click
Thankz
L.Rajesh