On Sun, Dec 19, 2010 at 1:59 PM, Igor Tiutiunnykov <[email protected]>
wrote:
> select "Whiskey" from the dropdown list.

The problem is that you are not dealing with select list, but with a button
and unordered list. This worked for me (Mac, Firefox, watir-webdriver):

browser.button(:id => "ctl00_SampleContent_ComboBox1_Button").click
browser.li(:text => "Whiskey").click

Željko
--
watir.com - community manager
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them

-- 
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