Namespaces | |
BuiltIn | |
Collections | |
DateTime | |
Dialogs | |
dialogs_py | |
Easter | |
OperatingSystem | |
Process | |
Remote | |
Reserved | |
Screenshot | |
String | |
Telnet | |
XML | |
Variables | |
STDLIBS | |
Package hosting Robot Framework standard test libraries. More... | |
robot.libraries.STDLIBS |
Package hosting Robot Framework standard test libraries.
Libraries are mainly used externally in the test data, but they can be also used by custom test libraries if there is a need. Especially the :class:~robot.libraries.BuiltIn.BuiltIn
library is often useful when there is a need to interact with the framework.
Because libraries are documented using Robot Framework's own documentation syntax, the generated API docs are not that well formed. It is thus better to find the generated library documentations, for example, via the http://robotframework.org web site.
Definition at line 29 of file __init__.py.