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
endIn 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
