InverseUI Recorder: Open Source Chrome Extension
November 28, 2025
InverseUI Team
2 min read
The InverseUI Recorder Chrome extension is now open source and available on GitHub. This extension captures DOM events and user interactions, transforming them into structured action sequences for automation.
Tracked Actions
The recorder intercepts and serializes the following browser events:
click— Mouse clicks with element selectors and coordinatestype— Keyboard input with target element and text contentnavigate— URL changes and page transitionsselect— Dropdown and option selectionsscroll— Scroll positions and viewport changeshover— Mouse hover events on interactive elements
Each action includes metadata such as CSS selectors, XPath, element attributes, and timestamps for accurate replay.