码迷,mamicode.com
首页 > 移动开发 > 详细

【Appium遇到的坑】环境配置无误,路径无中文,无空格,提示error: Logcat capture failed: spawn ENOENT

时间:2019-10-29 11:29:59      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:div   led   环境配置   package   rem   androi   drive   failed   span   

代码如下,提示error: Logcat capture failed: spawn ENOENT

from appium import webdriver
from time import sleep
desired_caps={}
desired_caps[platformName]=   Android
desired_caps[platformVersion]=    5.1.1
desired_caps[deviceName]= 127.0.0.1:62001
desired_caps[appPackage]=com.cleanmaster.mguard_cn
desired_caps[appActivity]=com.keniu.security.main.MainActivity
driver=webdriver.Remote(http://localhost:4723/wd/hub,desired_caps)

但是将

driver=webdriver.Remote(‘http://localhost:4723/wd/hub‘,desired_caps)

改为
driver=webdriver.Remote(‘http://127.0.0.1:4723/wd/hub‘,desired_caps)

运行正常了
不明所以

【Appium遇到的坑】环境配置无误,路径无中文,无空格,提示error: Logcat capture failed: spawn ENOENT

标签:div   led   环境配置   package   rem   androi   drive   failed   span   

原文地址:https://www.cnblogs.com/ffrs/p/11757550.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!