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 later. To see how they will look after that, see the robot.run module that has already been converted.