Watir-webdriver - Select a list display style: none
Hi guys i've been trying to find a solution to my problem everywhere and can't find them. I need to select a value from the second select in this html code, the one that has name="update_status[5955483]" and i don't know how. What i've tried without success. Watir: 1- browser.select_list(:name, "update_status[5955483]").select_value("A") 2 - input_field = browser.div(:class => 'minict_wrapper orange') input_field.link(:name => 'update[5955483}]' ).click 3 - browser.input( :value, "B").click Nothing have worked, the first one's give me error on finding element, the third one just click's on the