Re: [Wtr-general] Inconsistent results for nested tables

2007-07-22 Thread Angrez Singh
Hi Philip, Which Firewatir version are you using? We'll try to reproduce it here. Could you provide us more information about the page you are accessing? Regards, Angrez On 7/21/07, Philip Rhoades <[EMAIL PROTECTED]> wrote: People, The following script returns 1 most of the time but about 25

Re: [Wtr-general] Inconsistent results for nested tables

2007-07-22 Thread marekj
a Wild Guess here. But you seem to click on something which loads the page, yes? and then you grab a frame first and then you ask how many tables there are... Could it be possible that at the time you grab the frame the DOM has not finished loading? In 25% of your tests the DOM is complete and it

[Wtr-general] Inconsistent results for nested tables

2007-07-20 Thread Philip Rhoades
People, The following script returns 1 most of the time but about 25% of the time returns the correct value of 8. There is one main table and 7 sub tables - why would the results vary? Thanks, Phil. PS System: Fedora 7 + FF 2.0.0.4 #!/usr/bin/ruby require 'rubygems' require 'firewatir' in