[wtr-general] Re: Outlook recommendations

2008-10-20 Thread Peter
If you are expecting a link in the message you can use regex to parse the url and then Watir to open it in a browser. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send

[wtr-general] Re: Outlook recommendations

2008-10-20 Thread al3kc
Does anyone know how to click link from message? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read t

[wtr-general] Re: Outlook recommendations

2008-10-15 Thread Peter
I started down the path of automating Outlook via com but ran into issues with security pop ups that discourage scripting. I was able to script past the pop ups (sometimes) but the behavior of the pop ups were not consistent. I've given up on this since then. Here's the code I had written in case

[wtr-general] Re: Outlook recommendations

2008-10-15 Thread aidy lewis
Hi Moochie, On 15/10/2008, Moochie <[EMAIL PROTECTED]> wrote: > > I've got to automate a test script that opens outlook and emails a > message to our application. Then I verify the email appears within > the application. > > Has anyone done any scripting agains outlook? > > Does anyone have

[wtr-general] Re: Outlook recommendations

2008-10-15 Thread Željko Filipin
On Wed, Oct 15, 2008 at 3:55 PM, Jason Trebilcock < [EMAIL PROTECTED]> wrote: > To that end, consider using a run-of-the-mill Ruby script to do it. If you decide not to automate outlook but to send mails from ruby, I would recommend tmail (I use it for that purpose). http://tmail.rubyforge.org/

[wtr-general] Re: Outlook recommendations

2008-10-15 Thread Darin Duphorn
] Re: Outlook recommendations You can check out this articles http://rubyonwindows.blogspot.com/search/label/outlook --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to

[wtr-general] Re: Outlook recommendations

2008-10-15 Thread Lesha Tyschenko
You can check out this articles http://rubyonwindows.blogspot.com/search/label/outlook --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegr

[wtr-general] Re: Outlook recommendations

2008-10-15 Thread Jason Trebilcock
I was going to reply directly...but I'll do it here instead. Rather than worry about automating Outlook, consider what your real goal is – to send an email. To that end, consider using a run-of-the-mill Ruby script to do it. Something like the following: http://www.example-code.com/ruby/ruby-send-