CaseRunner Recorder — Prerequisites
The CaseRunner Recorder is a tool that captures user interactions with your web application and automatically generates page metadata. It opens a Chromium browser where you interact with your application naturally — all clicks, navigation, and form inputs are recorded and packaged into a zip file for import into CaseRunner.
System Requirements
- Python: Version 3.10 or higher
- uv Package Manager (Method A only): A fast Python package manager
- Installation guide: https://docs.astral.sh/uv/getting-started/installation/
Tip
If you cannot install uv due to IT restrictions, you can use Method B (Python virtual environment) instead. See Setup & Recording.
Files Required
Contact the CaseRunner team to obtain the following files (check for recorder_tool.zip):
.whlfile — The CaseRunner Recorder packagerun.bat— Helper script for easy execution (Method A only)
Setup Instructions
- Create a new folder on your system (e.g.,
C:\CaseRunnerorC:\Users\YourName\CaseRunner). - Place both files (
.whlandrun.bat) in this folder. - Keep them in the same directory for the tool to function properly.
Next Step
Setup & Recording — Install and run the recorder.