Setup & Recording
There are two methods to set up and run the CaseRunner Recorder:
- Method A — Using
run.bat(Recommended) - Method B — Using a Python virtual environment (for restricted environments)
Method A — Using run.bat (Recommended)
Step 1: Open a Terminal
Open PowerShell or Command Prompt and navigate to the folder containing your files:
Step 2: Install Chromium (one-time only)
This downloads the Chromium browser required for recording. You only need to do this once.
Step 3: Start Recording
Replace https://your-application-url.com with the actual URL of the application you want to record.
View All Options
To see additional recording options and parameters:
Method B — Using Python Virtual Environment
Use this method if you encounter IT restrictions or issues running the batch file.
Step 1: Open a Terminal
Open PowerShell or Command Prompt and navigate to the folder containing your files:
Step 2: Create a Virtual Environment (one-time only)
Step 3: Install the Recorder Package (one-time only)
Note
Replace the filename with the exact name of the .whl file provided to you.
Step 4: Install Chromium (one-time only)
Step 5: Start Recording
During Recording
- A Chromium browser window will open automatically.
- Navigate through your application and perform the interactions you want to record.
- The recorder captures all clicks, inputs, and navigation.
- To stop recording: Simply close the browser window.
Output
Once recording is complete, the tool generates an output.zip file in the same folder where you ran the command. This file contains all the captured metadata from your recording session.