Hi all

just want to share this information to all.

i was facing the problem for double click operation for select list box
object item
In My application i have to select the list box item and double click on it
so that it will add in another frame

this was the code i used for double click
first we have to select the list box item after that use fire_event method

$ie.form(:id ,"mainForm").select_list(:class,
"playerTagsByName").select("Jeter,
Derek")
 $ie.form(:id ,"mainForm").select_list(:class, "playerTagsByName").f
ire_event("ondblclick")


-- 
RAJIV KUMAR

<http://rajivkumarnandvani.wordpress.com/>
<http://learnqtphelp.blogspot.com/>

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

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to