Hey n8n enthusiasts!
I’m excited to share a new community node: n8n-nodes-robotframework. This custom node lets you integrate Robot Framework directly into your n8n workflows, opening up powerful new automation possibilities.
For those unfamiliar, Robot Framework is a popular open-source framework for automation, offering a keyword-driven approach that’s perfect for tasks like test automation, RPA, and more. One of its standout features is the Browser Library, which allows you to:
• Open webpages and navigate through them.
• Automate UI interactions, such as logging in or filling forms.
• Capture screenshots or even record videos of browser sessions.
With this node, you can do even more by passing the outputs (e.g., screenshots) to other n8n nodes for further processing, such as:
• Using OpenAI to analyze or caption the image.
• Applying Image Recognition for object detection or OCR tasks.
Check out the GitHub repo here:
GitHub - Delilovic/n8n-nodes-robotframework
Contributions and feedback are highly welcome! I’d love to hear how you’d use this or any ideas for improvements. Let’s collaborate!