Automation - Run repetitive browser work for you
A beginner-friendly guide. Read it in about 10 minutes and start using automation without programming knowledge.
🤖 What is automation?
Automation lets the computer perform repetitive browser actions for you.
Imagine doing the same task on 50 profiles: opening a website, signing in, clicking buttons, and filling out forms. Doing it manually is tiring and easy to get wrong. Automation lets you define those steps once, then run them on as many profiles as you need.
📚 Terms to know
You will see these words throughout the app. Knowing these 7 terms is enough to start.
A sequence of automated steps, or the recipe you ask the computer to run.
One small task in a workflow: open a page, click, type, wait, or read data.
A separate browser identity with its own cookies and fingerprint. Workflows run on profiles.
A run configuration: choose profiles, thread count, inputs, and workflow.
The number of profiles running at the same time. 5 threads means 5 browser windows in parallel.
Values you enter before running, such as a keyword or list file.
Run a campaign automatically by time and review each result afterward.
🚀 Try it in 5 steps
The fastest way to see automation working is to run one workflow on one profile.
- Open Automation In the left navigation, click Automation, then open the Workflow tab.
- Get a workflow Click Create new workflow to build your own, or open the Store and click Install on an existing workflow. New users should start with a ready-made workflow.
- Open it and click Run Click Open to enter the editor, then click Run to test it.
- Choose a profile Select a profile that is currently open. If the workflow does not need a browser, choose (No connection). If the workflow has Inputs, enter test values here.
- Watch it run Watch the browser window and the Log panel below. Once it works, run it in bulk with a Campaign.
🗂️ The three main areas in Automation
The normal flow is: build a Workflow, group it into a Campaign, then add a Schedule.
① Workflow - the recipe
Create, open, edit, and manage saved workflows. You can create new workflows, open existing ones, run a quick test, import/export backup files, and publish workflows to the Store for your team.
② Campaign - bulk runs
| Item | Meaning |
|---|---|
| Workflow | Which recipe will run. |
| Profiles | Which profiles participate. |
| Threads | How many profiles run at the same time. |
| Inputs | Values the workflow needs, such as keywords or files. |
③ Schedule - run automatically by time
Let a campaign run automatically without watching it manually. Set the number of runs (0 means unlimited), click Start, and click Stop when needed.
🧱 Action reference by group
Actions are the building blocks shown in the workflow palette, split into the same 6 groups as in the app.
Click an action to see its parameters: meaning, type, whether it is required, the default value, and the options. Type in the box below to search quickly.
Parameter types: Expression · {{var}} accepts variables · Select one fixed list · Variable name (output) stores a result · Number / True-False / Text entered directly.
🏪 Workflow Store
A shared workflow library from your team. You do not have to build everything from scratch.
Open the Store, choose a workflow, and click Install. After installation, it appears in your Workflow list and is ready to use.
| Type | How to use |
|---|---|
| Free | Click Install and use it immediately. |
| Paid | You can try it a few times for free. After trial runs are used up, you need to purchase it to continue. |
✏️ What are Inputs?
Inputs are where you tell the workflow what information it needs.
For example, a Google search workflow needs a keyword. Instead of hardcoding one keyword, the workflow author creates an Input named keyword. When you run it, the app asks for that value.
| Type | Use when |
|---|---|
| Text / Multiline text | Enter short text or a multi-line list. |
| Number | Enter a number, such as the number of loops. |
| True / False | Turn an option on or off. |
| Single choice / Multiple choice | Choose from a predefined list. |
| File | Choose a file on your computer, such as a .txt list file. |
📊 View results and logs
Use logs to see progress, success, warnings, and errors.
- When testing with Run: the Log panel shows each step in real time.
- When running Campaigns or Schedules: logs are separated by thread. Click a profile on the left to view its details.
- Log levels include
Info,Warn, andError. If something fails, read the red error line first.
❓ FAQ
I am not technical. Can I still use it?
I click Run but the profile list is empty.
The workflow runs, but I cannot open or edit it.
The app says purchase is required.
How many threads should I use?
How do I back up or move workflows?
Where can I learn advanced workflow authoring?
workflow-automation.md for detailed workflow authoring and workflow-script-guide.md for the JSON import format.