Table of Contents :


You can navigate through headings on the right side of this page


image.png

<aside> 🚧

Hello everyone.

This article is written on October 2024, please make sure that you put attention about the tools versioning. it may be new version of python and robot-framework that change the way code can be written, please be aware and Enjoy to Read this Article.

</aside>

<aside> 💻

Creator Machine Information :

System Version: macOS 14.5 Sonoma

Kernel Version: Darwin 23.5.0

Machine: Macbook Pro 2020

Chip: Apple M1

node : v18.19.0 | npm : 10.4.0

appium : 2.1.0

python : 3.9.19 | pip : 24.0

robot Framework : 6.1.1

</aside>

Preparation


Before start working with robot-framework, you have to install several tools to ran the program.

  1. to install robotframework you need pip
  2. to install pip you need python
  3. to ran robotframework, you need ran appium alongside
  4. to install appium, you need npm
  5. to install npm, you need to setup nodeJS first

if you familiar with pip and npm, it’s an easy way to setup this robot-framework workflow.

Python


open https://www.python.org/downloads/

after finish installation, please execute this command on your terminal :