hi, 

on executing following command 

 $ie.frame(:index,2).show_all_objects
 
i get the object 

image             name=WorkOrderSummary1$roundedGroupBox$ibtnNewWorkOrder  
id=WorkOrderSummary1_roundedGroupBox_ibtnNewWorkOrder  value=              
alt=New WorkOrder   src=http://10.2.56.17/MCCLdap/_imgs/newRecord.gif

but when i try to click the image  $ie.frame(:index,2).image(:alt,/New 
WorkOrder/i).click

i get the exception 'Unable to locate object, using alt and (?i-mx:New 
WorkOrder)'

i have tried using sleep before image click but still getting the same 
exception.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to