[wtr-general] Re: FireWatir: fire_event(onkeypress) returning error message

2010-02-15 Thread tester86
Hi I have tried all of the different scenarios in order to perform a double click action when clicking a text field. But in Firewatir 1.6.5 the fire_event(ondblclick) is not working. Is there an issue with firewatir 1.6.5 because I saw another thread where a person was having the same issue with

[wtr-general] Re: FireWatir: fire_event(onkeypress) returning error message

2010-01-29 Thread tester86
Can you make it when you click twice? ***.click ***.click I tried .click .click twice on the label, but it did not click on the label. -- 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: FireWatir: fire_event(onkeypress) returning error message

2010-01-29 Thread tester86
Can you make it when you click twice? ***.click ***.click I tried .click .click twice on the label, but it did not click on the label. -- After debugging I noticed that when I do $b.element_by_xpath('// label[text()=Research]').click, in fire bug it does click on the label but the

Re: [wtr-general] Re: FireWatir: fire_event(onkeypress) returning error message

2010-01-29 Thread Wesley Chen
You may try fire_event(onmouseover) first, then fire_event(ondblclick). Wesley. For life, the easier, the better. On Sat, Jan 30, 2010 at 4:01 AM, tester86 sagar.am...@gmail.com wrote: Can you make it when you click twice? ***.click ***.click I tried .click .click twice on the

Re: [wtr-general] Re: FireWatir: fire_event(onkeypress) returning error message

2010-01-28 Thread Wesley Chen
Can you make it when you click twice? ***.click ***.click Wesley. For life, the easier, the better. On Fri, Jan 29, 2010 at 12:04 AM, tester86 sagar.am...@gmail.com wrote: Try this: fire_event(ondblclick) There is a label on the page and I have to double click on that label in