Back to Blog

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 coordinates
  • type — Keyboard input with target element and text content
  • navigate — URL changes and page transitions
  • select — Dropdown and option selections
  • scroll — Scroll positions and viewport changes
  • hover — Mouse hover events on interactive elements

Each action includes metadata such as CSS selectors, XPath, element attributes, and timestamps for accurate replay.

Continue Reading