[wtr-general] Re: fire_event not fired in firewatir

2010-01-26 Thread ad
do we have any update on this one? any one got it working? On Jan 19, 10:49 am, ad codetest...@gmail.com wrote: I also have 1.6.5 on my machine. On Jan 19, 7:20 am, al3kc aleks.kiev...@gmail.com wrote: I use firewatir 1.6.5 butfire_eventdoesn't work properly for me too. I use

[wtr-general] Re: fire_event not fired in firewatir

2010-01-19 Thread ad
I also have 1.6.5 on my machine. On Jan 19, 7:20 am, al3kc aleks.kiev...@gmail.com wrote: I use firewatir 1.6.5 but fire_event doesn't work properly for me too. I use the following cheat: module FireWatir   module Container     WINDOW_VAR = window     BROWSER_VAR = browser    

[wtr-general] Re: fire_event not fired in firewatir

2010-01-18 Thread ad
and see if it works: class FireWatir::Element   def window_var     window   end end I'm not sure if it's the same issue that I was having but give it a shot. I'm going to submit a patch for this problem anyway. On Jan 15, 9:05 pm, ad codetest...@gmail.com wrote: Hi, I am trying

[wtr-general] fire_event not fired in firewatir

2010-01-15 Thread ad
to send a spacebar keycode when fire_event(onkeypress) is fired. dom_event_init = initKeyEvent(\keypress\, true, true, # {...@container.window_var}, false , false , false , false ,0, 32) it does send the spacebar to the text field but the button is not enabled. Is this a bug in firewatir? -ad -- You

[wtr-general] Re: First level children only

2009-04-17 Thread ad
I faced the same problem too. I had to create a function to solve this problem Basically recurse creates a hash of all the divs from the root div. I had something similar to: div div div div div div div div div div div