07-17-2008, 11:30 AM
Hi stevol,
I tried the samething longtime back, and here is my script:
Even you use Descriptive Programming, to know the object properties use Object Spy and write the script.
Let me know, if you have any problems in the above script.
Thanks & Regards,
Uday.
I tried the samething longtime back, and here is my script:
Code:
systemutil.Run "iexplore.exe","http://www.mail.yahoo.com"
browser("title:=Yahoo.*").page("title:=Yahoo.*").webtable("name:=login.*").webedit("name:=login","html tag:=INPUT").set "xyz"
browser("title:=Yahoo.*").page("title:=Yahoo.*").webtable("name:=login.*").webedit("name:=passwd","html tag:=INPUT").set "abc"
browser("title:=Yahoo.*").page("title:=Yahoo.*").webbutton("name:=Sign In").click
Even you use Descriptive Programming, to know the object properties use Object Spy and write the script.
Let me know, if you have any problems in the above script.
Thanks & Regards,
Uday.