Hi all!
Was facing this issue too, as I want to use recursion to go through over all tabs on my application to check basic stuff. The web app has over 60 tabs in many levels…
To avoid forgetting to apply this brute force change after upgrading RF, I’ve added this command to my entrypoint.sh file (I’m running the tests in Docker).
sed -i 's/_started_keywords_threshold =.*/_started_keywords_threshold = 100/' env/lib/python3.8/site-packages/robot/running/context.py
Hope this helps!