[Wtr-general] OT: Ruby linguistics

2006-10-10 Thread Chris McMahon
For all the DSL people, you have to read this: http://www.deveiate.org/projects/Linguistics/wiki/English ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Javascript Alert windows - include Win32

2006-10-10 Thread Sun
Putting in: == include Win32 == without quotation marks, above the: == def enabled_popup(timeout=4) == is indeed the fix. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=4715&messageID=13079#13079 _

Re: [Wtr-general] Wikipedia Article Feedback

2006-10-10 Thread Sun
Thanks. I will say I have had no apparent problems using win32ole functionality with the 1.8.4 version of Ruby I have installed -- not with Watir 1.4.1, nor with any of the 1.5.x builds. So...maybe I have just been lucky? - Poste

Re: [Wtr-general] cell access

2006-10-10 Thread Dave Munns
Span and theIndex are good for locating items. In order to construct a loop and access all items, how does one find out the number of items in a span element? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=

Re: [Wtr-general] looping test cases?

2006-10-10 Thread Bret Pettichord
Jeff Fry wrote: > def test_random_stuff > 1.upto(100) do |stuff| > #each test is somewhat randomized > assert_no_match(certain error) > end #do > end #test_random_stuff > > current behavior: > test/unit exits the test case as soon as an assertion fails. > > what I'd /like /to end up w

Re: [Wtr-general] looping test cases?

2006-10-10 Thread Chris McMahon
On 10/10/06, Jeff Fry <[EMAIL PROTECTED]> wrote: Hi, I am trying to do something like: def test_random_stuff   1.upto(100) do |stuff|       #each test is somewhat randomized     assert_no_match(certain error)   end #do end #test_random_stuff current behavior: test/unit exits the test cas

Re: [Wtr-general] Wikipedia Article Feedback

2006-10-10 Thread Cain, Mark
I haven't had this issue using Ruby 1.8.5_21 and Watir 1.5.x. --Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Monday, October 09, 2006 10:04 PM To: wtr-general@rubyforge.org Subject: [Wtr-general] Wikipedia Article Feedback S

[Wtr-general] looping test cases?

2006-10-10 Thread Jeff Fry
Hi, I am trying to do something like: def test_random_stuff   1.upto(100) do |stuff|       #each test is somewhat randomized     assert_no_match(certain error)   end #do end #test_random_stuff current behavior: test/unit exits the test case as soon as an assertion fails. what I'd like to en

Re: [Wtr-general] JavasScript Menu .click not working

2006-10-10 Thread Michael Ehrich
i had to sent an onmouseover fireevent to use the change location function.   Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Chris McMahon Gesendet: Montag, 9. Oktober 2006 17:16 An: wtr-general@rubyforge.org Betreff: Re: [Wtr-general] JavasScript Menu .click not

[Wtr-general] Wikipedia Article Feedback

2006-10-10 Thread Bret Pettichord
Sun -- Thanks for all your work with Wikipedia article. It really looks good. http://en.wikipedia.org/wiki/Watir One comment (Testers show their love with bug reports): The article recommend Ruby 1.8.4 for Watir 1.4.1, which is fine, but it also recommends 1.8.4 for Watir 1.5. There are known