[wtr-general] How to get info by Watir script from page source?

2009-06-07 Thread Wesley Chen
Hi, Guys, I turn to one of the page in my system, view the page source, it displays: *http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xmlns:v="urn:schemas-microsoft-com:vml"> active * If I use *ie.html*, I can only get the code between *** I can use ie.

[wtr-general] Re: WatirCraft LLC is closing

2009-06-07 Thread marekj
Bummer, bummeroon.. These last 12 months have not been easy in American economy. Thanks for putting in the money, effort, passion, long nights and early mornings into the Craft. marekj On Thu, Jun 4, 2009 at 8:25 AM, Pete Dignan wrote: > > Z* - sure, it's ok to ask. > > When Bret and I started

[wtr-general] Re: How to send the email by Ruby script?

2009-06-07 Thread tknv
Hello et.,al. I think this blog is help attach file. Example use Gmail:SMTP. http://gusortiz.wordpress.com/2009/01/05/sending-mail-smtp-gmail-with-attachment-using-ruby-on-rails-actionmailer/ And also when I use Gmali:SMTP by ruby. I'd used require 'smtp-tls' for using Gmail:SMTP. There you can

[wtr-general] Re: Changing Div Location Without Puts

2009-06-07 Thread jason
looks like you might have a timing problem. Try adding sleep(1) instead of puts to see if this is the case. If this is the case you need to look at what you did before and if the browser really did finish before it got to this line. Jason On 5 Jun., 23:33, Win wrote: > Hi folks, > I'm using c