Skip to content

Automator — no-code scenarios

Automator repeats routine actions for you — open a page, click a button, type text — in one profile or in every profile of the group.

Open it with Automator on the bottom bar.

Step What it does What to set
Navigate Opens an address A URL, such as https://example.com/settings
Click Clicks an element The element — chosen with Pick Selector
Type Types text into a field The field (Pick Selector) and the text
Wait Pauses Seconds, from 0 to 3600
JS Code Runs JavaScript on the page The code

Steps run top to bottom. Drag to reorder, click the cross to remove a step.

  1. Open the profile and the page you’ll be working with.
  2. In Automator, click Add step and pick the step type.
  3. For Click and Type, click Pick Selector, then click the element on the page. Automator remembers it and shows what was picked.
  4. Add the remaining steps. After actions that load a new page, add a 2–5 second Wait.
  5. Click Run to test the scenario in the current profile.

Run All Profiles runs the scenario in each profile of the group in turn. If something goes wrong in one profile, Automator marks the error and moves on. In Only Active mode, Automator opens profiles one at a time itself, so a run takes longer.

Stop halts the scenario at any moment.

Save project saves the scenario to a .json file; Load project loads a saved one. You can share the file with a colleague.

Automator with a three-step scenario

An Automator scenario on macOS: open the orders page, wait 3 seconds, click a button.

  • Pick elements with the mouse. Automator remembers an element by several traits at once and finds it even when the page changes a little.
  • Don’t rush. Sites notice actions spaced a fraction of a second apart. Add pauses.
  • For complex tasks with reading data and decisions on the fly, on macOS you can connect an AI agent.