Hi,
    Is there a way to select  items in the select list based on their position?
 
one way is:
 ie.select_list(:name,"NAME").select_value(/2/)
Since the items in the select list are added dynamically based on the selection 
in the previous Select list, its   value is not known priorly.So I am not able 
to do that way..
 
 I want to write a test case such that in the first iteration, first item in 
the list is selected, in the second iteration second item is selected and so on.
 
 
 
Thanks in advance,
Amitha..
 
 

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

Reply via email to