Hello,
I've a problem with the next html code. I can onmouseover event but when I
try a click in this tag, it doesn't work
The source code is
<div id="cab">
<img title="Close session" class="GI2XGOTMS" style='background:
url("data:image/png;) no-repeat 0px 0px; width: 37px; height: 40px;'
onload='this.__gwtLastUnhandledEvent="load";' src="
http://192.168.0.3/venomweb/clear.cache.gif"; border="0">
</div>

I did(it works well):
@browser.div(:id => "cab").image(:title => "Close session").fire_event
"onmouseover"

but then I did(it doesn't work):
@browser.div(:id => "cab").image(:title => "Close session").click

Does anyboy know the problem

Sincerely regards

-- 
-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to