Robot Framework - How to start with Appiuum Library?

后端 未结 2 1398
感情败类
感情败类 2021-01-17 00:18

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?

2条回答
  •  旧时难觅i
    2021-01-17 00:47

    Run the following command in cmd after installing robotframework-appiumlibrary:

    pip install --upgrade robotframework-appiumlibrary
    

    It solved the same issue which I experienced.

提交回复
热议问题