Hi, We are working on it. Will let you know the results soon.
Regards, Angrez On 6/9/07, jhun <[EMAIL PROTECTED]> wrote:
Can you please help me. I have this code: lis = $browser.elements_by_xpath("//li"); lis.each do |li| $logger.log("value: " + li.id); if (li.id == d.id[4..10]) $logger.log("FOUND!!!"); li.fireevent("ondblclick"); break; end end It seems that the event ondblclick is not working. I tried searching on the net just to find an example or any implementation of the fireevent in firewatir but sad to say didnt find any. I hope you could help me with my problem. Thanks a lot!!! _______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general