Why are you using the value rather then the text string associated to
the value:

main_frame.select_list( :name,"Property_Type_ComboBox" ).set( " Mobile/
Floating Home" )


main_frame = browser.frame( :id, "Main_Body" )
main_frame.select_list( :name,"Property_Type_ComboBox" ).set( "MOBL" )

<select onchange="apnFormat()" name="Property_Type_ComboBox">
        <option value=""> </option>
        <option selected="" value="RESI"> Residential</option>
        <option value="MOBL"> Mobile/Floating Home</option>

-- 
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: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

Reply via email to