[wtr-general] Re: Firewatir (1.6.2) and select_list objects

2008-11-13 Thread Bret Pettichord
This sounds like a firewatir bug. Tiffany Fodor wrote: Hi! I apologize if you've already addressed this - I did a quick search of the threads and didn't see this issue. With Firewatir in version 1.6.2, I can't perform a 'set' on a select list, only 'select' works. The 'set' method works

[wtr-general] Re: Firewatir (1.6.2) and select_list objects

2008-11-13 Thread Bret Pettichord
Tiffany, Could you please log this as a Firewatir bug. Surprisingly we have no unit tests for either select_list().set (as i assumed) or select_list().select (which was a surprise). Bret Bret Pettichord wrote: This sounds like a firewatir bug. Tiffany Fodor wrote: Hi! I apologize

[wtr-general] Locating elements in a lightViewIFrame class?

2008-11-13 Thread Farooq
So we've introduced a new class in our applicatoin, lightViewIFrame. The modals in the app are now using this class which produces an effect like the ones here: http://www.nickstakenburg.com/projects/lightview/ (click on an image to see effect). The elements we have are file field, text field and

[wtr-general] oci8

2008-11-13 Thread Lisa Crispin
I just upgraded to Vista 64 bit and had to reinstall everything. I installed Oracle Instant Client 10g, my sql*plus works and all so that's good. I am kind of stumped on oci8. When I go to the download, I don't see any download file that looks like it is for 64 bit. I tried installing

[wtr-general] Re: Should a logger be included in Watir?

2008-11-13 Thread Alister Scott
Sorry for any confusion. Yes, my question is whether people would like to have logging of Watir driver actions embedded in Watir. Cheers, Alister On Nov 14, 2:40 am, Bret Pettichord [EMAIL PROTECTED] wrote: I agree that it would be great if we had a way to log all of the watir driver

[wtr-general] Re: Locating elements in a lightViewIFrame class?

2008-11-13 Thread wesley chen
It works for click the close div in the Pop up dialog, I think you can also click something other elements if you rewrite the Li method. ie.image(:src,/yellow_thumb/).click ie.div(:class, lv_Button lv_Close).click Thanks. Wesley Chen. --~--~-~--~~~---~--~~ You

[wtr-general] It displays error message when I use method bring_to_front.

2008-11-13 Thread wesley chen
My Code is as below: require 'watir' ie=Watir::IE.attach(:title, /Please/) ie.bring_to_front puts OK, bring the window to font But today, I get the error message as below: c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/ie.rb:113:in `initialize': failed to create WIN32OLE object from