Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unable to send email - descriptive programming
#5
Not Solved
hi
'vimal singh'
try with this one it going to work

Code:
Set IE = CreateObject("InternetExplorer.Application")
IE.visible = True
IE.Navigate "www.hotmail.com"
wait (2)

browser("creationtime:=.*").page("title:=.*").Link("name:=Gmail").Click

browser("creationtime:=.*").page("title:=.*").webEdit("name:=Email").Set "uid"

browser("creationtime:=.*").page("title:=.*").webEdit("name:=passwd").Set "pwd"

browser("creationtime:=.*").page("title:=.*").WebButton("name:=Sign in").Click

browser("creationtime:=.*").page("title:=.*").Link("name:=Compose Mail").Click

browser("creationtime:=.*").page("title:=.*").webEdit("name:=to").set "sample@gmail.com"

browser("creationtime:=.*").page("title:=.*").webEdit("name:=subject").Set "sample mail"

browser("creationtime:=.*").page("title:=.*").WebEdit("name:=body").Set "hi dear how are u ?"

browser("creationtime:=.*").page("title:=.*").WebButton("text:=Send").Click
Reply


Messages In This Thread
RE: unable to send email - descriptive programming - by ajaykumar.g - 10-21-2011, 12:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,758 04-25-2019, 08:17 PM
Last Post: Ankur
  Extracting Email Body from Outlook waseem.khan.91 0 1,924 03-04-2019, 02:53 PM
Last Post: waseem.khan.91
  Extracting Email Body from Outlook waseem.khan.91 0 1,042 03-01-2019, 02:51 PM
Last Post: waseem.khan.91
  Find the email using subject with the help of vb script Raheem Shaik 0 1,472 12-12-2018, 02:57 PM
Last Post: Raheem Shaik
  UFT Tool support with Descriptive programming laks 1 1,640 07-05-2018, 05:31 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)