File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ Robot Framework [provides three APIs for implementing libraries](https://robotfr
2929- [ Dynamic Library API] ( https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#dynamic-library-api )
3030- [ Hybrid Library API] ( https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#hybrid-library-api )
3131
32+ Python libraries may be hosted on different processes or machines than Robot Framework itself is running on.
33+ Those libraries are called "remote libraries" and make use of the
34+ [ Remote Library Interface] ( https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#remote-library-interface ) .
35+ The [ PythonRemoteServer] ( https://github.com/robotframework/PythonRemoteServer/ )
36+ implements a generic remote server in Python.
37+
3238This template provides the easiest possible starting point w.r.t. library design (Static API).
3339
3440## Migration hints
You can’t perform that action at this time.
0 commit comments