Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unable to send email - descriptive programming
#1
Not Solved
Code:
Set IE = CreateObject("InternetExplorer.Application")
IE.visible = True
IE.Navigate "www.hotmail.com"
wait (2)
Browser("name:=Sign In").Page("title:=Sign In").WebEdit("name:=login").Set "vimalsingh2k@hotmail.com"
wait (2)
Browser("name:=Sign In").Page("title:=Sign In").WebEdit("type:=password").SetSecure ".........."
wait (2)
Browser("name:=Sign In").Page("title:=Sign In").WebButton("type:=submit").Click
wait (10)
Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").Link("html id:=NewMessage").Click
wait (10)
Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").WebEdit("name:=WebEdit","type:=textarea","html id:=AutoCompleteTo$InputBox").set "vimalsingh2k@gmail.com"
'it doesnt accept email address
wait(10)
Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").WebEdit("name:=fSubject").Set "Hi"
wait(10)
Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").WebElement("html tag:=BODY").Set "Good Morning ..."
'unable to write text here
wait(10)
Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").Link("text:=Send").Click
wait (5)
Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").Link("text:=sign out").click
Reply


Messages In This Thread
unable to send email - descriptive programming - by vimal singh - 12-21-2009, 11:02 PM

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)