hello
i want to write script for opening a mail in gmail a/c
bt how to write for opening a mail
what i did is i wrote script till login & its running but how to write for now opening a mail
here is the script:
what will be the name of the frame,name of the link for opening mail
m using the add-ins which are there by default - vb,web,activeX
plz reply asap
i want to write script for opening a mail in gmail a/c
bt how to write for opening a mail
what i did is i wrote script till login & its running but how to write for now opening a mail
here is the script:
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
Browser("MSN India - Hotmail, News,").Page("MSN India - Hotmail, News,").Sync
Browser("MSN India - Hotmail, News,").Navigate("http://gmail.com")
Browser("MSN India - Hotmail, News,").Page("Gmail: Email from Google").WebEdit("Email").Set"xyz"
Browser("MSN India - Hotmail, News,").Page("Gmail: Email from Google").WebEdit("Passwd").SetSecure"****************"
Browser("MSN India - Hotmail, News,").Page("Gmail: Email from Google").WebButton("Sign in").Click
Browser("MSN India - Hotmail, News,").Page("Gmail - Inbox - sonalee.mehta1").Frame("c1phr99trghm4c")..???????????????
m using the add-ins which are there by default - vb,web,activeX
plz reply asap