search_by="ARC"
search_filter=""

There is no backtrace to point to the origin of the message. Only error it 
shows is *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
*
*
*
Thats the reason I am finding it hard to debug.

-Champ

On Saturday, October 13, 2012 6:12:33 AM UTC-4, Jarmo Pertman wrote:
>
> What is the value of search_filter and search_by for example? Also, please 
> share the whole backtrace of that error and not the one line.
>
> Jarmo Pertman
> -----
> IT does really matter - http://itreallymatters.net
>
>
> On Saturday, October 13, 2012 1:13:47 AM UTC+3, Champ wrote:
>>
>> 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.

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

Reply via email to