Appium找不到我的SIM卡。这是Appium错误:
org.openqa.selenium.WebDriverException:处理命令时发生未知的服务器端错误。原始错误:未知设备或模拟器UDID:'CC518D0B-7B20-4E93-94B6-CEA304D19AC'
我已经运行了sim,并且已经验证了UUID是否正确。
答案 0 :(得分:0)
我也遇到了同样的问题,所有现有的答案都无济于事。通过执行以下操作,我终于能够使它工作:
- Install JDK.
- Set Java_Home path in Appium settings.
- Try another simulator and then switch back to the simulator I was initially aiming for.