unable to send email - descriptive programming - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: unable to send email - descriptive programming (/Thread-unable-to-send-email-descriptive-programming) |
unable to send email - descriptive programming - vimal singh - 12-21-2009 Code: Set IE = CreateObject("InternetExplorer.Application") RE: unable to send email - descriptive programming - satan - 12-22-2009 try using only html id for text area : Code: Browser("name:=Windows Live Hotmail").Page("title:=Windows Live Hotmail").WebEdit("html id:=.*InputBox.*").set "vimalsingh2k@gmail.com" RE: unable to send email - descriptive programming - upadhyay40 - 12-22-2009 Hi vimal, If that is the dynamic object then better you can use descriptive programming to get unique field, hope this will help you to solve your problem Thanks Mahesh RE: unable to send email - descriptive programming - vimal singh - 12-23-2009 HI Mahesh, Thanks for your immediate reply.. but it didnt work.. I did tried with additional property as well. One more thing how to write text in body. I am unable to do so as well RE: unable to send email - descriptive programming - ajaykumar.g - 10-21-2011 hi 'vimal singh' try with this one it going to work Code: Set IE = CreateObject("InternetExplorer.Application") |