Skip to content

Automation

Jeremy Franklin edited this page Aug 22, 2026 · 2 revisions

Automation

Richmack Automate is designed as an assistive browser automation layer.

Automation approaches

Semantic control search

Search for controls by visible text.

Example:

Follow

Richmack can find visible controls matching that text.

Bulk sequence mode

Example workflow:

Find: Follow
Found: 5
Max per run: 3
Delay: 2500 ms
Run sequence

After each action, Richmack rechecks the page rather than assuming the DOM remained unchanged.

Exact matching

Exact matching helps distinguish:

Follow

from:

Following

Recorder

The recorder can capture a user-performed sequence.

Example:

Easy Apply
Next
Fill field
Next
Review

Then save and replay the workflow.

Safety

Richmack intentionally supports:

  • configurable delays
  • action caps
  • stop control
  • confirmation for consequential actions

It does not attempt to bypass CAPTCHAs or anti-abuse controls.

Password values are not recorded.

Clone this wiki locally