Testing Project, testing the demo shopping website automation practice , using Robot Framework.
- pip installations:
pip install robotframework
pip install robotframework-seleniumlibrary
pip install robotkernel
-
Download selenium web driver for chrome from this link
-
you have to configure its path unzip the downloaded file and go to the extracted folder, then open the terminal and type these two commands:
sudo mv chromedriver /usr/local/bin
export PATH=$PATH:/usr/local/bin/chromedriver
change directory to the specific file and type: robot file_name.robot
bash clear.sh
For more information, you may refer to the document