This is a automation test project using Robot Framework and Python.
Install python on your machine in the official website: Python
After the installation you need to install robot framework by running this command:
pip install robotframework
Now you must download the chromedriver.exe in the official website: Chrome. And paste the .exe file in the Scripts folder of Python, if you're using Windows it should be something like: C:/Users/{USER}/AppData/Local/Programs/Python/Python312/Scripts
Open the folder project and run the project file by running this command:
robot form.robot