sebastianciupinski/robotframework-autorecorder ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python library for Robot Framework that automatically starts recording the desktop when a test starts, and optionally when a whole suite starts too.
I want it to be easy to use by just importing the library in a Robot test file, with a default mode that records each test case, plus options for suite only or both suite and test recording. It should work as a wrapper around an existing screen recording tool, and let me pass through any useful settings to that recorder. Please include a few simple Robot Framework examples showing how to use it with SeleniumLibrary, and generate the keyword docs too.
Make sure it has a clean package setup, readable code, and tests for the main behavior. If you need to check current Robot Framework or recording library docs online, feel free to do that.
Are you gonna build this?
make sure you review the code using arcumet