I am trying automate Mobile application using AppiumLibrary in Robot Framework. Can anybody help me how to start with installing the Appium library in robot framework?
Run the following command in cmd after installing robotframework-appiumlibrary:
pip install --upgrade robotframework-appiumlibrary
It solved the same issue which I experienced.