[Wtr-general] ie.minimize broken in watir-1.5.1.1127

2006-11-22 Thread Ċ½eljko Filipin
I have just installed watir-1.5.1.1127.gem and it crashes when I use ie.minimize. I do not have autoit installed. Does watir require it now? Should I log this to jira? Steps to reproduce: C:\Documents and Settings\limitedruby -v ruby 1.8.5 (2006-08-25) [i386-mswin32] C:\Documents and

Re: [Wtr-general] about command window

2006-11-22 Thread Chris McMahon
That's one of the advantages of using a real programming language like Ruby. You can go along using Watir, but when it's time to telnet, you can use Ruby's 'net/telnet' library, too: http://www.ruby-doc.org/stdlib/libdoc/net/telnet/rdoc/index.html Likewise database connections, SOAP clients,

Re: [Wtr-general] about command window

2006-11-22 Thread Charley Baker
Dou, There are a lot of libraries for Ruby that you can use along with the Watir libraries for other pieces of your testing. If you're looking for telnet for example you might want to take a look at Ruby's builtin net/telnet documentation:

[Wtr-general] [Wtr-General] Problem with set_text and dialog boxes

2006-11-22 Thread Howard
I have spent several days debugging to locate a problem with the file open dialog box that is presented by an html file type. I am getting a valid handle to the control on the file open dialog, but, when winClicker attempts to (ultimately) use set_text, the text is not put into the combo box

Re: [Wtr-general] [Wtr-General] Problem with set_text and dialog boxes

2006-11-22 Thread Cain, Mark
If you are using 1.5.1070 or newer (if not you can get it here http://wiki.openqa.org/display/WTR/Development+Builds) you can use: require 'watir/contrib/enabled_popup' $path = C\:\\watir_bonus\\working\\MyDoc.txt def startClicker( button , waitTime=9, user_input=nil)

[Wtr-general] OT(ish): SafariWatir update

2006-11-22 Thread Chris McMahon
Mr. Hoover and company are at it again: http://redsquirrel.com/cgi-bin/dave/2006/11/22#safari.watir.0.2.0 ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] [OT] Running scripts on machines without ruby

2006-11-22 Thread Michael Bolton
I've tried it. It's a little porky if you're compiling something small, but the size of the executable didn't matter much when I used it and it might not matter to you either. Performance similarly wasn't an issue, so I don't know about that either. But I will say this: it sure does the job