[Wtr-general] Unable to select an item using select_list

2007-07-17 Thread rvishnubhotla
Hi, I am trying to select an item in the list using the code below but had no success. ie.select_list(:name, "productId").select("Catalyst 6500") Can someone please point me to what I am missing. Thanks in advance, -Radha Below is the HTML source ==

Re: [Wtr-general] Unable to select an item using select_list

2007-07-18 Thread rvishnubhotla
Hi Zeljko, Thanks very much. Tried the below as you suggested and it worked. Hurray !!! $ie.select_list(:name, "productId").select(/Catalyst 6500/) I actually tried a slight variation of the above before posting which didn't work: => $ie.select_list(:name, "productId").select('/Catalyst 6500/')