Re: [wtr-general] Re: Select from select list

2010-12-21 Thread Željko Filipin
On Mon, Dec 20, 2010 at 9:50 PM, Igor Tiutiunnykov igorr...@gmail.com wrote: but click on the required element is not happening. I have Windows 7, watir, firewatir ^( You probably need to fire some javascript event:

[wtr-general] Re: Select from select list

2010-12-20 Thread Igor Tiutiunnykov
Thank you very much for the reply, tried in his play, but it does not work. I write so: ff.button(:id = ctl00_SampleContent_ComboBox1_Button).click ff.li(:text =Whiskey).click ie.button(:id = ctl00_SampleContent_ComboBox1_Button).click ie.li(:text, Whiskey).click but click on the required

[wtr-general] Re: Select from select list

2010-12-20 Thread George
Hey there, I was able to select the item without clicking the button: browser.text_field(:id, 'ctl00_SampleContent_ComboBox1_TextBox').set Whiskey Hope this helps! -George On Dec 20, 12:50 pm, Igor Tiutiunnykov igorr...@gmail.com wrote: Thank you very much for the reply, tried in his play,