Robot Framework Quick Start Guide introduces the most important Robot Framework features. You can simply browse through it and look at the examples, but you can also use the guide as an executable demo.
The guide itself is in the QuickStart.rst file.
## Requirements
### Robotframework
Install robot and requirements into a venv
`sh
python3 -m venv v_env_robot
source v_env_robot/bin/activate
source v_env_robot/bin/activate
pip install -r requirements.txt
`
### Chrome driver
Install chrome driver and add to path