On Mon, Oct 22, 2012 at 2:06 PM, Adrian Killens <[email protected]>
wrote:
> How would I write a statement to do something if value 26 exists?

browser.select.options.each {|option| puts "Found it!" if option.value ==
"26"}

Željko
--
filipin.eu

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to