Archive

Posts Tagged ‘select_list’

Choose a value from select box by watir

October 31st, 2008 No comments

Bellow is the code to choose the second option from a select box:

ie77.select_list(:class,’inputboxb’).select_item_in_select_list(:index,1)

Related Blogs

  • Related Blogs on select_list
Categories: watir Tags: ,