Skip to content

Extend

Robot Framework’s real power comes from its library interface. Creating test libraries explains how to write Python libraries using the static, hybrid, or dynamic API — if your keyword belongs in Python code rather than a .robot file, this is the place to start. For reacting to execution events in real time or running libraries as separate processes, the listener interface and remote library interface have you covered.

In this section