Skip to content

Robot Framework API

Robot Framework's primary public API is exposed via these modules:

You may sometimes need to import items also from other modules, for example to be able to use them in type hints, but that should be relatively rare.

Warning

API docs are not rendered properly, because they are written using reStructuredText that is not supported on this platform. They will be converted to Markdown after this Manual has been moved under the core Robot Framework repository.

To see how API docs will look after conversion, see the robot.api.deco and robot.run modules that have already been converted.