Multi-devices support in Android

前端 未结 5 816
既然无缘
既然无缘 2020-12-15 14:28

I am trying to run a script on Multiple devices in Andriod platform, but I am unable to run. I went through Github page for a solution and found the following link about Sup

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 14:41

    To run appium script on multiple devices

    1. You have to start appium servers as per number of devices with different ports number.
    2. Create driver instance with each port in your favorite language (java, ruby)
    3. Run those script simultaneously.
    4. You can also create thread based program which will create different driver instances.

    Here I have create simple java thread based program

    https://github.com/sameer49/Appium-Grid-For-Android

提交回复
热议问题