12-22-2012, 02:10 PM
Finally got the answer....
I was confused actually ....lol
We can Page("title:=.*")
it will use for every browser... But one doubt .. Wen i am running this script .. 2 IE is opening
I was confused actually ....lol
Code:
SystemUtil.Run"C:\Program Files\Internet Explorer\iexplore.exe"
Browser("CreationTime:=0").Navigate"http://www.gmail.com"
Browser("CreationTime:=0").Sync
Browser("CreationTime:=0").Page("title:=.*").WebEdit("html id:=Email").Set"aditya"
We can Page("title:=.*")
it will use for every browser... But one doubt .. Wen i am running this script .. 2 IE is opening