From: Joel Pearson Date: 2012-08-03T05:21:22+09:00 Subject: Re: Injecting Javascript into Watir-Webdriver to avoid large objects I believe I have found a crude solution, although it needs further testing to check for efficacy: b.select_lists(:class=>'iteminput').each do |thingy| p "#{b.execute_script("return document.getElementById('#{thingy.id}').value")}" end -- Posted via http://www.ruby-forum.com/.