[wtr-general] Re: Unable to click an element in table/grid

2009-06-04 Thread George
It could be a table index issue. I test our web apps in both IE and Firefox, and strangely enough, I need to change the index number of a particular table I want to access between the two. This could be something to look into. Good luck! On Jun 3, 5:32 pm, Ray rayjh...@gmail.com wrote: I

[wtr-general] Re: Unable to click an element in table/grid

2009-06-04 Thread orde
Slightly OT: my understanding is that Watir is one-based and Firewater is zero-based in terms of indexes (according to some recent posts). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: Unable to click an element in table/grid

2009-06-04 Thread Ray
Thanks, I was not able to get using it like a table to click either. Unfortunately i do not have complete access to the source code of the site so i am not able to look to determine exactly how it works. What i do know is that the html is built after the cell is clicked using java script. The odd

[wtr-general] Re: Unable to click an element in table/grid

2009-06-03 Thread Ray
Hi Did you ever figure out the problem with this? I am having a similar problem. For me the click works in Fire Fox(using fire watir) but when i try the same thing in IE nothing happens and the script ends without errors. any help is appreciated Thanks

[wtr-general] Re: Unable to click an element in table/grid

2009-06-03 Thread George
Are you trying to click a particular row in the result table or a cell containing a hyperlink? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: Unable to click an element in table/grid

2009-06-03 Thread Ray
I am trying to click a cell in the table On Jun 3, 5:08 pm, George george.sand...@gmail.com wrote: Are you trying to click a particular row in the result table or a cell containing a hyperlink? --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Unable to click an element in table/grid

2009-04-27 Thread Shweta
Hi I tried with all those methods it does nothing.My script stops without any error On Apr 27, 10:30 am, Vishal bvkon...@gmail.com wrote: Try ie.table.fire_event(onmousedown) ie.table.fire_event(onmouseup) ie.table.fire_event(onclick) On Apr 27, 10:19 am, Shweta nagman...@gmail.com

[wtr-general] Re: Unable to click an element in table/grid

2009-04-26 Thread Vishal
Try ie.table.fire_event(onmousedown) ie.table.fire_event(onmouseup) ie.table.fire_event(onclick) On Apr 27, 10:19 am, Shweta nagman...@gmail.com wrote: Hi In my application after i search for an id from serach page it displays the result in a grid/table,There i need to click on the