browser-action-dom-tracker
v0.0.6
Published
A Playwright-based utility that opens a browser, tracks all user actions, captures DOM snapshots, and stores element locators and events into a session log.
Maintainers
Readme
Browser Action & DOM Tracker
A powerful Playwright-based recorder that:
- Opens a browser in real time
- Tracks every user action (click, input, scroll, pageload)
- Captures DOM snapshots for click, input (debounced), and page navigation
- Does NOT capture DOM for scroll (cleaner output)
- Stores ALL locator data inside one session file
- Names DOM files using:
pageName-action-timestamp-randomText.html - Starts with a blank tab
- Automatically closes the terminal when the browser is closed
... (truncated for brevity; full content was provided above)
