[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-14 Thread Betsy
Hi Angrez, I already had the 1.6.5 version of FireWatir. ruby -e 'require firewatir; puts FireWatir::Firefox::VERSION' returned me 1.6.5 on the command prompt. On executing the script, it provided an error:- comments.rb:13: undefined method `modal_dialog' for #FireWatir::Firefox:0x351603c url=

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-14 Thread Betsy
Though the script did perform the intended actions on the modal dialog box, it also returned the below error:- c:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/ firefox.rb:319:in `close': undefined method `' for nil:NilClass (NoMethodError) from comments.rb:16 -Betsy Joy. On

[wtr-general] Re: Modal Dialog Boxes and FireWatir

2010-05-14 Thread Betsy
That should be good... So when are we looking at the next release? BTW what about the error:- c:/ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/ firefox.rb:319:in `close': undefined method `' for nil:NilClass (NoMethodError) from comments.rb:16 ??? -Betsy Joy On May 14,

Re: [wtr-general] Re: Watir support java applets

2010-05-14 Thread kiruthika G.Manian
I am trying to automate a java applet which is used to upload data to the app. Could someone please throw in some light towards this. I tried to use the piece of script mentioned below, but I would have getElementbyTagName. Thanks, --- On Fri, 7/24/09, khaja shaik khaja.sh...@gmail.com wrote:

[wtr-general] Verify tab order (tab index) on an HTML page

2010-05-14 Thread George
I'm trying to verify the tab order on a login page by accessing the tabindex attribute. Unfortunately, the tabindex isn't specified in the HTML code and performing the following code isn't helping me. Does anybody have any ideas? ~~ @browser = Watir::IE.attach(:title, /Login/)