On Wed, Jul 11, 2012 at 3:09 PM, mani racha <[email protected]> wrote: > browser.select_list(:id,"...").set(" ") > browser.select_list(:id,' ').select_item_in_select_list(:index,2)
#set and #select_item_in_select_list methods do not exist for select lists. Try browser.select_list.select More information: http://rdoc.info/gems/watir-classic/Watir/SelectList http://rdoc.info/gems/watir-webdriver/Watir/Select Željko -- filipin.eu -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
