I can't reproduce this problem. I'm using 
https://github.com/watir/watirspec/blob/master/html/forms_with_input_elements.html
 and then this code:
````
(rdb:1) browser.select_list(:id => "delete_user_username").options.map(&:text)
["", "Username 1", "Username 2", "Username 3"]
(rdb:1) browser.select_list(:id => "delete_user_username").option(:index => 
2).text
"Username 2"
````

Can you provide me the html where you're having this problem?

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-classic/issues/43#issuecomment-9642322
_______________________________________________
Wtr-development mailing list
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to