想尝试翻译,报名
#54 楼 @CamillaDan 报相同的错。请问你的问题解决了吗?
nicoledeMac-mini:~ nicole$ app-inspector -u A055DCB7-131C-44AE-9F26-5B062135253C
>> xctest-client start with port: 8900
>> WebDriverAgent version: 1.0.39
>> app-inspector:66:44 [master] pid:6280 undefined
(node:6280) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: >> app-inspector:66:44 [master] pid:6280 undefined
(node:6280) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
武汉的同学表示获益匪浅
我也拿到了这本书
这个怎么知道报名成功没有呢?什么时候会有报名反馈呢?
升级 xcode 到 8.1,升级 appium 到 1.6.0,appium-doctor 检测环境没问题。但是运行测试脚本时总是出现错误,我的测试脚本(该脚本在 appium1.5.3 上运行没问题)是:
def openApplication(self,time):
desired_caps = {}
desired_caps['automationName'] = 'XCUITest'
desired_caps['appium-version'] = '1.6.0'
desired_caps['platformName'] = 'iOS'
desired_caps['platformVersion'] = '10.1'
desired_caps['deviceName'] = 'iPhone SE'
desired_caps['app'] = os.path.abspath('/Users/wanwan/Desktop/campus.app')
self.driver=webdriver.Remote('http://0.0.0.0:4723/wd/hub',desired_caps)
sleep(3)
对
self.driver=webdriver.Remote('http://0.0.0.0:4723/wd/hub',desired_caps)
这行代码总是出现如下报错:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 417, in _read_status
raise BadStatusLine(line)
BadStatusLine: ''
我在社区和网站上搜索了相关解决方案,问题依然无法解决。有没有遇到相同问题的伙伴,求指导。谢谢!https://testerhome.com/topics/6277https://testerhome.com/topics/729、