Robot Framework
robot.libraries Namespace Reference

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...
 

Variable Documentation

◆ STDLIBS

robot.libraries.STDLIBS
Initial value:
1 = frozenset(('BuiltIn', 'Collections', 'DateTime', 'Dialogs', 'Easter',
2  'OperatingSystem', 'Process', 'Remote', 'Reserved',
3  'Screenshot', 'String', 'Telnet', 'XML'))

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.