stress_test_refresh
Refresh a webpage multiple times bypassing cache and execute an assertion after each reload to detect intermittent issues like font bugs, race conditions, and cache-dependent failures.
Instructions
Refresh page N times with cache bypass, running an assertion after each refresh. Returns pass/fail per iteration. Useful for catching intermittent font bugs, race conditions, and cache-dependent issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iterations | No | Number of refresh cycles | |
| assertionScript | No | JavaScript expression to evaluate after each reload (optional) | |
| waitAfterReload | No | Time to wait after reload before assertion (ms) | |
| bypassCache | No | Bypass browser cache on each reload (default: true) | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |