Converting Macro into n8n integration

Hello everyone!

There are way to make n8n behaviour like a macro?
I’ve a system that doesn’t API and I realy like to automate some actions, for example:

  1. login to my-system.com
  2. click at ‘add element’
  3. fill values at form
  4. click at submit
  5. return new element ID

Aideas?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

n8n version: 1.34.2
Database: SQLite
n8n EXECUTIONS_PROCESS setting: self hosted
Running n8n via Docker
Operating system: ubuntu desktop 23.10

hello @Mauricio_Severo

Nope, n8n doesn’t provide such a functionality out of the box. Maybe there are community nodes that may use Selenium or alternatives for that.

1 Like

thanks @barn4k
I found n8n-nodes-browserless into community nodes.
I’ll test it.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.