~4 min1 / 5

AI Recorder — Overview & Setup

The AI Recorder captures your manual actions in real time and converts them into fully-configured Genzbots workflow activities — complete with selectors, text inputs, and navigation steps. No coding required.

What the Recorder Captures

Action you performActivity generated
Left click on a button or linkClick with element selector auto-filled
Double clickClick with ClickType = Double
Right clickClick with ClickType = Right
Type text into a fieldType Into with text value captured
Select a dropdown optionSelect Item with the chosen value
Press a keyboard shortcutSend Hotkey (e.g., Ctrl+S, Alt+F4)
Navigate to a URL (browser)Navigate with the URL captured
Browser page loadNavigation marker — not a separate activity

Two Recording Modes

  • Desktop Recording — captures interactions with native Windows applications using UI Automation. Generates UiPath-style XML selectors (<wnd><ctrl>).
  • Web Recording — attaches to a running Chrome or Edge browser via the Genzbots Browser Extension. Captures DOM context and generates CSS selectors.

Starting a Recording

  1. Open a project in the Workflow Designer
  2. Click Record in the toolbar and select Desktop or Web
  3. The Recording Indicator appears at the top of the screen — a red blinking badge
  4. Perform your actions normally; each action is shown in the indicator list as it is captured
  5. Click Stop in the indicator (or press Shift+F2) to end recording
  6. Recorded activities appear on your canvas, ready to run
Pause RecordingPress Ctrl+F2 to pause the recorder without ending the session — useful when you need to navigate to a different state before capturing the next action.
Was this helpful?