X-Designer Replay (when used to record user actions) is supplied as a stand-alone application called xdrecord. When used to play back recorded scripts it is supplied as a stand-alone application called xdreplay.
The following line shows how to use xdrecord:
xdrecord -f MyRecordScript AnApplication
MyRecordScript is the name of a file into which a script recording the session will be saved. AnApplication is the name of the application you wish to record.
The following line shows how to use xdreplay:
xdreplay -f MyRecordScript AnApplication
MyRecordScript is the name of a file containing the script of the recorded session. AnApplication is the name of the application you wish to rerun.
See also: