Note: You are looking at a static snapshot of documentation related to Robot Framework automations. The most recent documentation is at https://robocorp.com/docs

Built-in

Libraries that are distributed as part of Robot Framework.

Categories

Library

BuiltIn

An always available standard library with often needed keywords.

Collections

A library providing keywords for handling lists and dictionaries.

DateTime

A library for handling date and time values.

Dialogs

A library providing dialogs for interacting with users.

OperatingSystem

A library providing keywords for operating system related tasks.

Process

Robot Framework library for running processes.

Screenshot

Library for taking screenshots on the machine where tests are executed.

String

A library for string manipulation and verification.

Telnet

A library providing communication over Telnet connections.

XML

Robot Framework library for verifying and modifying XML documents.

Remote

Built-in special library acting as a proxy between Robot Framework and test libraries elsewhere. Actual test libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol.