Quick Start - Network Testing
Problem:showNetworkSummary is not defined
Solution: Load the script first, then run the command.
β Step-by-Step Fix
Step 1: Load the Script
- In Console tab, type:
allow pastingand press Enter (to enable pasting) - Copy the entire contents of
scripts/capture_network_activity.js - Paste into console
- Press Enter
Step 2: Now Run the Command
After the script loads, you can run:π Alternative: Copy Script Directly
If you canβt access the file, hereβs the script to paste:showNetworkSummary()
π Testing Flow
- Load script (paste the code above)
- Test save flow:
- Go to Preflight step
- Click βConfigureβ on a business
- Set PEPM rate, click βSaveβ
- Check results:
- Run
showNetworkSummary()in console - Check console logs for real-time network activity
- Run
The script must be loaded first before
showNetworkSummary() will work!