Recording cannot continue. Event handlers are nested too
deeply.
Event handlers are nested too deeply. This error occurs
when one event handler calls a test object method that triggers another
event. A maximum nesting of nesting_number is supported.
If the nesting level is exceeded, recording stops.
Avoid recording events on the test object so that
event handlers are not nested deeply.