what does the html of the select list look like

On Wed, Nov 21, 2012 at 5:14 PM, Adrian Killens <ack...@googlemail.com>wrote:

> I can do it with options like this:
>
> selectList = b.select_list(:id, 'blah')
>   selectContent = selectList.values.map(&:text)
>   b.select(:id, 'blah').select_value(selectContent[1])
>
>
> But was wondering how I could do the same thing using the value rather
> than just the option?
>
> Cheers
> Aidy
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com
>

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

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to