Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 2.04 KB

index.rst

File metadata and controls

74 lines (57 loc) · 2.04 KB

Robot Framework API documentation

This documentation describes the public API of Robot Framework. Installation, basic usage and wealth of other topics are covered by the Robot Framework User Guide.

Main API entry points are documented here, but the lower level implementation details are not always that well documented. If the documentation is insufficient, it is possible to view the source code by clicking [source] link in the documentation. In case viewing the source is not helpful either, questions may be sent to the robotframework-users mailing list.

Entry points

Command line entry points are implemented as Python modules and they also provide programmatic APIs. Following entry points exist:

  • :pyrobot.run entry point for executing tests.
  • :pyrobot.rebot entry point for post-processing outputs (Rebot).
  • :pyrobot.libdoc entry point for Libdoc tool.
  • :pyrobot.testdoc entry point for Testdoc tool.

See built-in tool documentation for more details about Rebot, Libdoc, and Testdoc tools.

Public API

robot.api

All packages

All :pyrobot packages are listed below. Typically you should not need to import anything from them directly, but the above public APIs may return objects implemented in them.

autodoc/robot autodoc/robot.api autodoc/robot.conf autodoc/robot.htmldata autodoc/robot.libdocpkg autodoc/robot.libraries autodoc/robot.model autodoc/robot.output autodoc/robot.parsing autodoc/robot.reporting autodoc/robot.result autodoc/robot.running autodoc/robot.utils autodoc/robot.variables

Indices

  • genindex
  • modindex
  • search