The script file
Recorded scripts are written to a script file
- By default, this file is /tmp/scriptfile
- Change the location of the script file with the file method:
$recorder->file('/path/to/new/scriptfile');
|
Problems & Solutions
- Currently:
- Only one script file
- If you record multiple things at the same time, your actions will be interleaved
- In the future:
- Set the script file from the control panel
- Support multiple script files for "threaded" recording