Skip to content

Auto-Recording

Auto-Recording captures your browser actions as automation commands. Simply browse the web normally, and RTILA records everything.

  1. Go to Automation Projects.
  2. Click Record in the ribbon.
  3. A new project is created and the Visual Builder browser opens with recording active.
  1. Open a project in the Visual Builder.
  2. Switch to the Web Automation tab.
  3. Click the Record button (video camera icon).

Web Automation tab showing the Record button highlighted

Action Recorded As
Clicking elements click command
Double-clicking click with click_count: 2
Right-clicking click with button: “right”
Filling form fields fill command
Selecting dropdown options select_option command
Typing keyboard shortcuts press command
Hovering over elements hover command
Scrolling scroll command
Dragging and dropping drag_to command
Selecting text select_text command
Navigating via address bar goto command
Clicking links wait_for_load_state command
Switching browser tabs switch_to_tab command
Resizing the browser window set_viewport_size command

While recording, a red indicator bar appears at the top of the browser:

Recording Actions... (Alt+Shift+X to stop) [Start Loop] [Stop]

Red recording indicator bar at the top of the browser with Start Loop and Stop buttons

Press Alt+Shift+X (Windows/Linux) or Option+Shift+X (Mac), or click the Stop button on the recording indicator.

After stopping, a summary modal shows:

  • Number of commands recorded
  • Instructions to review the project

Recording stopped modal showing “You have recorded 15 command(s)” with instructions

Tip Description
Click precisely Click the exact element you want to interact with
Wait for page loads Let pages fully load before interacting
Use the address bar Navigating via the address bar records a clean goto command
Avoid rapid clicks Give elements time to respond between clicks
Hover intentionally Hovering is recorded only if you pause on an element for 0.5+ seconds

While recording, you can right-click on any page and choose Auto-Extract Data with AI. This triggers the AI Vision Analysis to automatically create datasets from the page.

Context menu showing “Auto-Extract Data with AI” option