Skip to main content

JTC RPA

Browser automation — no coding required. Don't know CSS selectors? Just describe what you want in plain language, and the AI will locate the elements for you.

JTC RPA


What Makes JTC RPA Different

Most RPA tools force you to learn element locating first before you can do anything. You have to open DevTools, understand the DOM tree, and write correct CSS selectors or XPath — a step that turns away most non-technical users.

JTC RPA solves this with AI-powered natural language element selection:

  • Want to click a button? Type click the login button
  • Need to fill a form field? Type password input field
  • Looking for a specific row in a table? Type click "View Details" on order #001

No F12. No CSS class names. No element IDs. Describe elements on the page the way you'd describe them to a coworker. Of course, if you're already comfortable with CSS selectors, you can write them directly — switch between modes anytime.


What You Need to Know

  • Know how to use a browser — everyday Chrome or Edge browsing
  • Can install a browser extension — one click in the extension store
  • Think in steps — break down a task into "open A → wait for B → click C → fill in D"

That's it. CSS selectors, variables & expressions, and the data transform pipeline are optional advanced skills — you can automate most tasks without them.


What You Can Do

TaskHow
Log into a siteDrag in Open Page + Text Input ×2 + Click, describe each target to AI
Scrape dataDrag in Data Collection, describe rows and columns in AI mode, data exports automatically
Batch form fillingUse Excel as a data source, loop through and fill web forms
Scheduled checksSet a Scheduled Trigger to check page status and capture screenshots daily
Monitor for new messagesSet up an Element Monitor Trigger to auto-capture when new content appears

More Than One Way to Start

Most automation tools only have one way to start: press "Run". JTC RPA offers two categories of triggers for different scenarios:

Manual Triggers — You're in Control

Requires your action to start. Best when you're at your computer and ready to step in:

TriggerBest For
Manual ExecuteClick "Run" in the canvas — great for testing and one-off tasks
Context MenuSelect content on a page → right-click → choose a menu item
Keyboard ShortcutBind a hotkey combo, one-press start — perfect for frequent tasks

Automatic Triggers — Fire and Forget

No human needed. Starts automatically when conditions are met. Best for unattended, long-running automation:

TriggerBest For
ScheduledCron-based execution — e.g. run at 9 AM daily, sync data every hour
Element MonitorAuto-trigger when a DOM element appears — e.g. "new message arrived", "popup showed up"
Network InterceptIntercept XHR/Fetch requests — trigger when a target API is hit
URL MatchTrigger on URL changes — works with SPA route navigation
WebSocket / SSEReceive real-time push commands from the server to drive the browser remotely
SignalOne workflow finishes and sends a signal, another receives it and starts — multi-workflow orchestration

These 6 automatic triggers are what set JTC RPA apart. They transform it from an "assistant tool" into a 24/7 unattended automation system — configure once and let it run.


Error Handling Without Supervision

Every node can independently configure its retry strategy: how many retries, how long between attempts, and what to do when all retries fail (stop / skip & continue / break out of loop / skip this iteration). Network hiccups, popup interruptions, delayed element rendering — JTC RPA handles these common failures automatically. Set it once, run unattended with confidence.


Getting Started

New to JTC RPA? Jump straight to Quick Start and run your first automation in 5 minutes.