Skip to main content

Standard Library

The Libraries which are part of the Standard Library are distributed with Robot Framework Core.
The BuiltIn library is the most important library of the Standard Library and is available by default.
Other libraries are available by importing them.

Importing Libraries

*** Settings ***
Library Collections
Library OperatingSystem
Library Process
Library String
Library Telnet
Library XML

Examples

BuiltIn Library

Collections Library

DateTime

XML Library

Robot Framework 5 Syntax Examples