Robot framework.org – python based framework – keyword driven approach!
Ex:
open browser url chrome
input text id text info
Close Browser
install on windows OS
1.As a pre-requisite python must be installed in the system you are going to create the automation scripts, once its installed
need to check if pip is available
2. pip install robotframework
3. pip install –upgrade robotframework
4. pip install robotframework==5.0.1
to check if the robot framework is correctly installed, please follow the below commands!
pip freeze
pip list
pip show robotframework
pip check robotframework
If you want to uninstall Robot framework
To check on the version of the Robot framework
robot --version
Set environment variables in the PATH, so python is accessible from across locations in the system from where the code/file is being saved.