Posts

Showing posts from May, 2025

UI Action Recorder

Image
  UI Action Recorder  : A Chrome extension that records user interactions with web pages and allows replaying them automatically. Its a lightweight Chrome extension that enables users to seamlessly record, replay, and export their interactions on any webpage. Designed for automation testers and developers, it captures actions like clicks, inputs, and form submissions with visual feedback, and converts them into executable Selenium scripts in Python or Java. The extension features smart selector generation, visual indicators during playback, customizable playback speed, and an intuitive popup UI. Developed entirely in vanilla JavaScript with Chrome Extension APIs, this tool is ideal for fast prototyping, test script generation, and enhancing UI automation workflows. 🧩 High-Level Flow : The extension has a popup interface with four main controls: Record : Starts capturing user interactions on the current tab. Play : Replays the last recorded session. Export : Gener...