It is a normal selectlist and I use the following command. The page has 2 selectlists side by side. The first one gets selected and the second one hangs and shows the error.
My watir code looks like this. @ie.frame(:id, "application_frame").select_list(:name, "searchcol").select(search_by) (This works fine) @ie.frame(:id, "application_frame").select_list(:name, "filter").select(search_filter) (This fails) On Friday, October 12, 2012 3:20:15 PM UTC-4, Champ wrote: > > I am on Ruby 1.9.2 and watir-classic 3.2 > > I get the following error when I try to select an item from the > selectlist. > > The selectlist gets highlighted in yellow and then hangs. Nothing happens. > But after a while I see an error message as below, without indication of > the origin of the error. > > * SystemStackError: stack level too deep* > * > C:/Ruby192/lib/ruby/gems/1.9.1/gems/watir-classic-3.2.0/lib/watir-classic/locator.rb:129 > * > > The fix to this is very critical. Any help in this regard is greatly > appreciated. > > -Champ > -- 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]
