major
nice-to-have
defect
major
enhancement
Normally, only the first action is recorded in Scripting, since it is assumed that this is the action performed by the user and, therefore, all subsequent actions are automatically triggered by playing back the first action.
In some cases, however, executing a command is “merely” a sequence of individual actions. In such cases, you want subsequent actions not to be rejected by the Scripting Recorder.
Implementation
After calling ScriptingRecorder#enableFollowUpAction(), no further actions should be recorded, even if one has already been recorded.
Test
No test.