From: Joel Pearson Date: 2012-11-06T18:05:18+09:00 Subject: Watir-Webdriver working with huge select lists. Hi, I'm having trouble understanding the most efficient way to work with a select list. I can work alright with smaller ones, but there's a list I have to use with over 14 thousand entries, and the value is different from the content. When I try to use webdriver to select an item, it will use the content. I need to find a way to select by value, find the entry with a matching value and select its content, or pull the entire list into an array so I can search it and find the content to go with the value. For illustrative purposes, with the below I might have only "Java", but I wouldn't be able to use the select list without setting it to "Java content".