Tracewright Recorder Privacy Policy
Last updated: April 25, 2026
Tracewright Recorder is a local browser extension that records user-initiated browser flows and exports Playwright test drafts.
Data Handling
- The extension records only after the user clicks Start recording.
- Recording history and settings are stored in local browser storage.
- The extension does not upload page content, screenshots, user input, recording steps, or generated tests to any server.
- Password fields, hidden fields, and token-like fields are redacted by default.
- Users can clear local recording history from the options page.
Permissions
- activeTab: accesses the active tab only after the user starts recording.
- scripting: injects the local recorder into the active tab.
- storage: saves local settings and recording history.
- tabs: reads the active tab title and URL for recording metadata.
- downloads: downloads generated .spec.ts files.
What Tracewright Does Not Include
- No account system.
- No cloud sync.
- No remote test execution.
- No third-party analytics SDK.