Alternatives to Robot Framework

An open source keyword-driven framework for test automation and robotic process automation. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Robot Framework.

  • Selenium IDE

    A browser extension that records and replays interactions to build end-to-end tests for websites.

    Selenium IDE is an Apache-2.0 browser extension that records and replays web tests with no setup beyond the extension, but it covers only web applications.

  • OpenRPA

    An open-source robotic process automation tool for recording and running automated workflows on Windows.

    OpenRPA is an open-source RPA tool that records and runs workflows on Windows only, covering desktop, browser, Java and terminal apps without keyword syntax.

  • Power Automate

    Microsoft's no-code automation platform for desktop and web workflows.

    Power Automate is Microsoft's closed-source, freemium no-code platform whose desktop flows automate Windows apps, with advanced connectors requiring paid licensing.

  • Ui.Vision

    An open source browser extension and desktop app for recording and running browser and desktop macros.

    Ui.Vision is an open-source browser extension for recording or scripting browser macros with image recognition and OCR, with some features on paid plans.

Also worth comparing

These listings name Robot Framework as their own alternative, so the relationship runs both ways.

  • Katalon Studio

    A test automation tool for writing and running web, mobile, API and desktop application tests.

    Robot Framework is free and open source, with readable keyword syntax, but it needs Python and separate libraries for browser or desktop automation.

Similar software

Related functionality, not a direct replacement.