The 'set' method is not available for select_list objects in FireWatir version 1.6.2.
Here's the irb output:
irb> $browser.select_list(:name, 'quoteState').set('Alaska')
=> "TypeError: elements_select[1].set is not a function"
Description
The 'set' method is not available for select_list objects in FireWatir version 1.6.2.
Here's the irb output:
irb> $browser.select_list(:name, 'quoteState').set('Alaska')
=> "TypeError: elements_select[1].set is not a function"