Skip to content

Chrome Extension (Visual Builder)

The RTILA X Chrome Extension is the Visual Builder interface. It runs inside your browser and lets you build, edit, and preview automations directly on the page.

  1. Go to Automation Projects.
  2. Select a project.
  3. Click Builder in the ribbon.
  4. A new browser window opens with the RTILA side panel.

Browser window with RTILA side panel open on the right side

The side panel has two tabs:

Tab Description
Data Extraction Configure datasets, properties, and selectors
Web Automation Add, edit, and manage automation commands

Side panel showing the two tabs with icons

Feature Description
Dataset list Horizontal list of all datasets in the project
Properties list Horizontal list of properties for the selected dataset
Element picker Click the pointer icon to select elements on the page
Live preview Live table showing what data would be extracted
AI extraction Click the wand icon (✨) to auto-generate datasets via AI
Refresh preview Click the refresh icon to update the preview

Data Extraction tab showing dataset list, properties, and live preview table

Feature Description
Command list Drag-and-drop list of all commands
Add command Click Add to open the command picker
Record Start/stop recording
Help Click the help icon (?) for command documentation

Web Automation tab showing command list with drag handles

Click a command in the list to expand its properties:

Property Description
Display Name Editable label for the command
Parameters Type-specific configuration fields
Nested commands Commands that run inside or after this command
Button Description
+ Add a nested command
📋 Clone the command
👁️ Toggle visibility of nested commands
🗑️ Delete the command

Expanded command showing parameter fields and action buttons

The element picker lets you select elements on the page visually:

  1. Click the pointer icon next to a selector field.
  2. Move your mouse over the page. Elements are highlighted.
  3. Click an element to select it.
  4. A refinement panel appears with ✓ (confirm) and ✗ (exclude) buttons.
  5. Click ✓ to confirm the selector.
  6. Click ✗ to exclude the element and refine the selection.

Element picker active with an element highlighted and the refinement panel showing ✓ and ✗ buttons

You can also select text directly:

  1. Click the pointer icon.
  2. Highlight text on the page.
  3. The selected text is used as a text= selector.

The side panel shows a live preview of your automation. Server-side commands (file operations, screenshots, etc.) are safely skipped during preview.

Right-click on the page while the extension is active:

Option Description
Auto-Extract Data with AI Trigger AI Vision Analysis to auto-create datasets
Start Loop Recording Begin recording a loop
Stop Loop Recording Stop the current loop recording
Insert Variable → Insert a variable into the current field

Context menu showing all available options