Robot Framework
Robot Framework cheat sheet and quick reference
Robot Framework syntax in a concise cheatsheet / quick reference format: tasks, keywords, arguments, for loops, conditional if / else / else if execution, variables, lists, dictionaries, libraries, etc.
Robot Framework overview
A general overview of open-source, Robot Framework, and the Robot Framework community.
Basic concepts of Robot Framework
A quick overview of the basic concepts of Robot Framework, seen from the perspective of Robotic Process Automation users.
Robot Framework for RPA basic syntax
The basic syntax of Robot Framework, seen from the perspective of Robotic Process Automation users.
Keywords
Learn about keywords and how to use them and create them.
Tasks
What are tasks and how to use them.
Variables
What are variables and how to use them.
How to use for loops in Robot Framework
A quick introduction on looping over lists and variables in Robot Framework.
While loops in Robot Framework
Examining the case of while loops in Robot Framework.
Conditional IF / ELSE IF / ELSE execution in Robot Framework
How to use if / else if / else logic in Robot Framework and skip task execution on condition.