WorkTrace Board
WorkTrace Board records user interactions on the current tab and turns them into human-readable test steps with suggested XPath/CSS selectors. All processing is on-device.
➜ Install from Chrome Web Store · Privacy · Support · Changelog
Highlights
- Creates clear action sentences from clicks, inputs, menu selections
- Robust XPath/CSS suggestions with de-duplication
- Copy scenario or single path with one click
- Local save/load using
chrome.storage(no servers) - Works well with iframes, popups, and dynamic grids
How it works
- Click the extension icon (user-initiated).
- A lightweight content script listens to interactions on the active tab.
- The panel builds a step list you can copy or save.
Permissions (why)
activeTab– run only on the page you activatescripting– inject content script & observe DOM eventsstorage– store preferences & scenarios locallyclipboardWrite– enable “Copy Path / Copy Scenario”- (optional)
tabs– show status/open options - (restricted if used)
host_permissions– limit to specific domains
Privacy, in short
- On-device processing
- No remote servers
- No PII/credentials/financial/health data
See the full Privacy Policy.
Screenshots
