watir webdriver - How to select value from select list -
i tried choose value select list. used code: browser.select_list(:id => 'isc_2w').select 'animal' but solution doesn't work. site can find select-list: http://www.smartclient.com/smartgwt/showcase/#featured_tile_filtering ok, first @ it's doesn't select-list, style select-list, but, can it: browser.element(:xpath, '//*[@id="isc_2y"]').click browser.element(:text, 'animal').click