You are on page 1of 1

Dialog("text:=login").winedit("attached text:=Agent Name:").

Set"shekhar"
Dialog("text:=login").winedit("attached text:=Password:").SetSecure("mercury")
Dialog("text:=login").winbutton("text:=OK").Click

Dialog("text:=Flight Reservation").winedit("text:=__/__/__").Set "12/12/12"


Dialog("text:=Flight Reservation").wincombobox("attached text:=Fly
From:").Select"Denver"
'Dialog("text:=Flight Reservation").winedit("attached tex=Fly To:").Set"London"
Dialog("text:=Flight Reservation").wincombobox("attached text:=Fly
To:").Select"London"
window("text:=Flight Reservation").winbutton("text:=FLIGHT").Click

You might also like