Hi Jhun,

Thanks for reporting this. You can use the latest code form svn/trunk at
http://firewatir.googlecode.com/svn/trunk/FireWatir/
We have already fixed this issue.
In case you face any problem let me know.

Regards,
Prema


On 6/7/07, jhun <[EMAIL PROTECTED]> wrote:

I have this in my 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.fire_event
("ondblclick");*
                                                        break;
                                                end
                                        end

In bold text, doesnt seem to work. Can you please help me or i hope
there's alternative to activate the ondblclick event. Thanks for the help!
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general




--
Prema Arya
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to